BODY
{
	margin-top: 30px;
	margin-left: 10px;
	font-size: 10pt; 
	font-family: 'Trebuchet MS' ,Verdana,Arial,sans-serif;
	background-color: midnightblue;
	color : White;
}


A
{

	color: white;
	text-decoration: none;
}

A:hover
{
	color: white;
	text-decoration: underline;
}
