body {
	background-color:#000000;
}
body, td {
	font-family:"Comic Sans MS", Arial, Verdana, Georgia;
	color:#FFFFFF;
	font-size:12px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

a {
	color:#FFFF00;
	text-decoration:none;
}

a:hover {
	color:#FFCC00;
	text-decoration:underline;
}

.h1 {
	color:#FFFF00;
	font-size:18px;
	font-weight:600;
}

.h2 {
	color:#FFCC00;
	font-size:14px;
	font-weight:600;
}

.h3 {
	color:#FFFF66;
	font-weight:600;
}

.minortext {
	font-size:11px;
	color:#CCCCCC;
}


.minortext table.tabular, table.tabular {
width: 100%;
margin: 0 0 10px;
}	
.minortext table.tabular thead th, table.tabular thead th{
background: #ffcc00;
color: #000;
font-weight: bold;
padding: 2px 8px;
border-right: 1px solid #000;
}
.minortext table.tabular tbody td, table.tabular tbody td{
background: #252525;
padding: 2px 8px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}	
	