@charset "utf-8";
/* CSS Document */

body,td,th {
		background: #0B0B0B;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		color: #ffcc00;
}
td		{border:1px solid #ffcc00; text-align:center;}

a:link {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffff00;
	font-weight:bold;

}
a:hover {
	text-decoration: none;
	color: #00Ff00;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}