BODY {
	color : Black;
	background-color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}
TABLE, TR,TD{
	color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}

A {
	color : Black;
		font-size : 10pt;
		font-family : Verdana, Arial, sans-serif;
		text-decoration : underline;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}
A:VISITED {
		color : Black;
		font-size : 10pt;
		font-family : Verdana, Arial, sans-serif;
		text-decoration : underline;
}
a.menu-link {
	color: Yellow;
	text-decoration : none;
}
a.menu-link:hover {
	color: Red;
	text-decoration : underline;
	}
a.menu-link:visited {
	color: Yellow;
	text-decoration : none;
}

A.menulink:link {
	font-size : 11px;
	color : Yellow;
	text-decoration : none;
	font-weight : bold;
}
A.menulink:visited{
	font-size : 11px;
	color : Yellow;
	text-decoration : none;
	font-weight : bold;
}
A.menulink:active {
	font-size : 11px;
	color : #CC0000;
	text-decoration : Underline;
	font-weight : bold;
}
A.menulink:hover {
	font-size : 11px;
	color : Red;
	text-decoration : Underline;
	font-weight : bold;
}