

body, td, div {
 font: 12px arial,sans-serif; color: #ffcc80;
 background-color: #5b0650;
 
 }

a { color: #edffcc;  text-decoration: none; background-color: #5B0650; }
a:hover { color: Aqua;  text-decoration: none; background-color: #5B0650; }


.hmenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #edffcc;
	text-decoration: none;
	background-color: #5B0650;
}
.hmenu A{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #edffcc;
	text-decoration: none;
	background-color: #5B0650;
	}
.hmenu A:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #FFAAFF;
	text-decoration: none;
	background-color: #5B0650;
}