BODY {

	color: black;

}


A {
	text-decoration: underline;
	color: WHITE;

}

A:Hover {
	text-decoration: none;
	color: #78D4FF;
}

a.menulink {
	color: #000000;
	text-decoration: underline;
	font-size : 14px;
	font-weight : normal;
	font-family : "Arial";
}  
.menulink:hover{
	color: #004BFF;
	font-size : 15px;
}
a.maillink {
	color: GREEN;
	text-decoration: underline;

}  
.maillink:hover{
	color: #004BFF;


}
a.graphic {
	color: #006699;
	text-decoration: none;
	font-size : 12px;
	font-weight : normal;
	font-family : "Arial";
}  
.graphic:hover{
	color: #006699;

}