

/******************/

/* Headers, plain */

/******************/

 h1,h2,h3,h4,h5,h6 {
  	font-weight:normal; 	
  	color:#b0050d;
  	margin:0 0 0.25em 0; 
  }

  h1 {font-size:185%}                        /* 21px */
  h2 {font-size:150%;}				         /* 18px */
  h3 {font-size:150%}                        /* 18px */
  h4 {font-size:133.33%}                     /* 16px */
  h5 {font-size:116.67%}                     /* 14px */
  h6 {font-size:116.67%; font-style:italic}  /* 14px */


h1.csc-firstHeader, h2.csc-firstHeader, 
h3.csc-firstHeader, h4.csc-firstHeader, 
h5.csc-firstHeader {
	 margin-top: 0px;
}

/* Headers, with link */

h1 a, h2 a, h3 a, h4 a, h5 a { 
	color: #817e65; 
	text-decoration: none; 
	}



h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, 
h5 a:hover { 
		text-decoration: underline; 
		}

