body 
{ 
color: white;
background-color: black;
font-family: Times, serif;
font-size: 120%;
font-stretch: semi-expanded;
}
A:link 		/* unvisited link: light yellow with black background*/
{ 
color: #FEFFC7;
background-color: black;
}   
A:visited 	/* visited link: white with black background */
{ 
color: white;
background-color: black;
} 	
