@charset "UTF-8";
/* CSS Document */

a:link {
	font-weight:bold;
	color:white;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:white;
	text-decoration:none;
}
a:focus {
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align: center;
}
body {
	background-color:black
}

