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