.bodymenu {
	text-decoration : none;
	color : red;
	font-size : 10pt;
}
A {
	text-decoration : none;
	color : White;
	font-size : 10pt;
}
A:HOVER {
	background : Navy;
	color : Yellow;
}
A:VISITED {
	text-decoration : none;
	color : #AEE4FF;
	font-size : 10pt;
}

.alternate {
	text-decoration : none;
	color : #AEE4FF;
	font-size : 10pt;
}