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