BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: Navy;
}

A:Hover {
	text-decoration: none;
	color: #0000CE;
}

a.menulink {
	color: #000050;
	text-decoration: none;
	font-size : 14px;
	font-weight : bold;
	font-family : "Arial";
}  
.menulink:hover{
	color: #31319C;
	font-size : 16px;
}

