@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#333;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}

td.cat {
background-color:#000;
font-weight:bold;
}
td.sub {
background-color:#111;

}


