BODY {

	color: White;
}


A {
	text-decoration: underline;
	color: #78D4FF;
}

A:Hover {
	text-decoration: none;
	color: #78D4FF;
}

a.menulink {
	color: #00437E;
	text-decoration: none;
	font-size : 16px;
	font-weight : bold;
	font-family : "Arial";
}  
.menulink:hover{
	color: #004BFF;
	font-size : 16px;
}

