body
{
 	background-color: rgb(255,255,255);
 	margin-top: 0; 
	margin-bottom: 0; 
	margin-left: 5; 
	margin-right: 5;
	font-family: Veranda, Arial, Helvetica;
}
a
{
	text-decoration: none
}
a:link
{	
	color: rgb(0,0,255);
}
a:visited
{
	color: rgb(0,0,216); 
} 
a:active 
{
	color: rgb(64,64,255);
}
a:hover
{ 
	text-decoration: overline underline;
}