body
{
	background-color: #81A28E;  /* was lite blue was 88ccff */
	color: #202020;             /* the color was #202020 */
}

h1
 {
font-family : Garamond, "Times New Roman", serif; 
color :black; 
background-color: #81a28e; 
text-align : center 
} 

p
 {
 font-family:Arial, Helvetica, sans-serif;
color : #202020; 
background-color: #81a28e; 
line-height: 200%;
font-size : 90% ; 
text-indent : 5%; 
}



a
 { 
 font-family: "Arial","Trebuchet MS", Helvetica, sans-serif; 
 color:#202020; /* was#0000ff */ 
 background-color: #81a28e;
 font-size : 90%; 
 text-decoration: none;
 } 

a:active, a:hover {
	color: #9C745A;				/* red was ff0000*/
	background-color: #81A28E;	/* lite blue was 88ccff */
	
	font-family: "Arial","Trebuchet MS", Helvetica, sans-serif;
}