



BODY { 
	background-color: white; 
	background-image: none; }
P { 
	font-family: Courier, monospace; 
 }

H1, H2, H3, H4, H5 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;  }

H4 {
	text-transform: uppercase; }

H3.sectionheader{
	background-color:#e2e2ff;
	border-color: #000021; 
	border-bottom-width: medium;
	border-style: solid; 
	align: center; }





TABLE { 
	empty-cells: hide ; }


TH    {text-align: center; 
	background-color: #e2e2ff; 
	border-style: solid; 
	font-weight: bold ; 
	border-bottom-width: thick; 
	border-width: medium; 
	border-color: black; } 

TD.header { border-style: none ; }

A: link {color: blue;text-decoration:underline;  }
A: active {color: red; font-size: 125%; text-decoration: none; }
A: visited {color: #F609FF; text-decoration:underline; }
A: hover {color: red; font-size: 125%; text-decoration: none;}


UL.square {list-style-type: square; }
UL.circle {list-style-type: circle; }

   

