BODY {


	color:#000000;
}

H2 {
	font-weight: bold;
	font-size : 20px;
}

A {
	text-decoration: underline;
	color: #0031CE;
}

A:Hover {
	text-decoration: none;
	color: #009CFF;
}

a.menulink {
	color: #0031CE;
	text-decoration: none;
	font-size : 16px;
	font-weight : bold;
	font-family : "Arial";
}  
.menulink:hover{
	color: #009CFF;
	font-size : 16px;
}

