BODY {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color : White;
}
A:ACTIVE, A:VISITED, A:LINK, A {
		text-decoration : none;
	color : #FFCC66;
}
A:HOVER {
	color : Aqua;
}

