BODY {

	color: White;
}


A {
	text-decoration: underline;
	color: #E5B7FF;
}

A:Hover {
	text-decoration: none;
	color: #F9E3FF;
}

a.menulink {
	color: #5F0983;
	text-decoration: none;
	font-size : 16px;
	font-weight : bold;
	font-family : "Arial";
}  
.menulink:hover{
	color: #F9E3FF;
	font-size : 16px;
}

H1 {
	color: #BD510A;
	font-size : 23px;
	font-family : Impact;
}
