html, body
{
	background-color: #000000;
	font-family: Arial Unicode MS;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none !important;
}

<!--
a {text-decoration:none}
//-->

a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited
{
	color: #FFFFFF;
}
a:hover
{
	color: #800000;
}
a:active
{
	color: #800000;
}
