A:LINK {
	font-family : Verdana;
	font-size : 8pt;
	text-decoration : none;
	color: White;
}
A:ACTIVE {
	font-family : Verdana;
	font-size : 8pt;
	text-decoration : none;
	color: Red;
}
A:VISITED {
	font-family : Verdana;
	font-size : 8pt;
	text-decoration : none;
	color: White;
}
A:HOVER {
	font-family : Verdana;
	font-size : 8pt;
	text-decoration : underline;
	color: White;
}
