BODY {
	font-family : Verdana;
}
A:ACTIVE {
	text-decoration : none;
	color : Black;
}
A:LINK {
	color : Black;
	text-decoration : none;
}
A:VISITED {
	color : Black;
	text-decoration : none;
}
A:HOVER {
	color : #CE0000;
	text-decoration : none;
}