
a {
	text-decoration: none;
	color : White;
	font-weight : bold;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

BODY, TD {
	font-family : "MS Sans Serif";
	font-size : 12pt;
	color : White;
}


