body{ 
font-family:  "Courier New", Helvetica, Verdana, Arial, sans-serif; 
color: #888888;
text-decoration: none;
background-color: #000000;
}

a{ text-decoration: none;font-weight: bold;}
a:link { color: #666666;font-weight: bold;}
a:visited { color: #666666;font-weight: bold;}
a:active { color: #666666;font-weight: bold;}
a:hover {
	color: #ffffff;
	background-color: #000000;
	font-size: 1em;
	font-weight: bold;
 	text-decoration: underline;
}
b{  font-size: 1em;font-weight: bold; color: #666666;}

