body { 
	background-image:none;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#090609;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:silver;
}
a {
	color:white;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
   }
a:link {
   color:white;
   text-decoration:underlined;
}
a:hover {
   background:dimgray;
   color:white;
}
font.stat {
	color:dimgray;
	font-weight:bold;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:white;
	text-align:center;
}
table {
	border:1px solid dimgray;
	border-collapse:collapse;
	align:center; 
	width:80%;
}
th, td {
	border:1px solid dimgray;
	border-collapse:collapse;
    padding:3px;
	spacing:0px;
}
table.info tr:nth-child(even) {
    background-color:#363036;
}
table.info tr:nth-child(odd) {
	background-color:#060606;
}