a		{ 
	color: #0000FF; 
	text-decoration: none 
}

a:hover   { 
	color: #0000FF; 
	text-decoration: underline 
}

body    {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
}

#foot a {
  	color: #0000CC; 
	text-decoration: none;
}

#foot a:hover {
  	color: #0000CC; 
	text-decoration: underline; 
}

#leftNav a {
	color: #333333;
	text-decoration: none;
}

#leftNav a:hover {
	color: #333333;
	text-decoration: underline;
}
