A:link {
    color: #666666;
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}
a:visited
{
	color: #666666;
	text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}
a:hover 
{
	color: #000000;
	text-decoration: none;
}

body
{
	font-family: Lucida Sans Unicode;
	font-size: 10pt;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table
{
	font-family: Lucida Sans Unicode;
	font-size: 10pt;
	color: rgb(0,0,0);
}