body 
{ 
color: black;
background-color: white;
font-family: Times, serif;
font-size: 120%;
font-stretch: semi-expanded;
}
A:link 		/* unvisited link: dark blue with white background*/
{ 
color: #00008B;
background-color: white;
}   
A:visited 	/* visited link: indigo with white background */
{ 
color: #4B0082;
background-color: white;
} 	
