a
{
 font-family:Times New Roman;
 color:black;
 text-decoration : none;
 cursor:hand;
}
a:hover
{
	cursor: hand;
	color: white;
	background-color: darkblue;	
}
BODY
{
	SCROLLBAR-FACE-COLOR:#ffffff; BACKGROUND-IMAGE: none; SCROLLBAR-HIGHLIGHT-COLOR:#ffffff;
}
A:active
{
font-family:Times New Roman;
color:black;
text-decoration : none;
cursor:hand;
}
