@charset "utf-8";
body,td,th {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	font-family: Times;
}
body {
	background-color: #000000;
}

a:link {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #006699;
	font-weight: lighter;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

