table {
background-color:#444;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:0.6em;
font-weight:normal;
line-height:12px;
}
caption {
background-color:#555;
border:1px solid #000;
color:#FFF;
font-size:1.2em;
font-weight:bold;
text-transform:uppercase;
}
thead th {
background-color:#000;
border:1px solid #111;
color:#724809;
padding:2px;
text-transform:uppercase;
}
tfoot th {
background-color:#111;
color:#724809;
font-size:1.2em;
padding:2px;
text-transform:uppercase;
}
tfoot td {
background-color:#222;
color:#724809;
font-size:1.2em;
font-weight:bold;
padding:0 5px;
text-transform:uppercase;
}
.odd {
}
tbody td {
background-color:#001111;
border:1px solid #111;
color:#767766;
padding:2px;
text-align:center;
}
tbody th {
background-color:#444;
border:1px solid #222;
color:#999;
padding:2px;
text-align:center;
}
tbody td a {
font-size:1.1em;
text-decoration:none;
color:#888A6A;
cursor:pointer;
}
tbody td a:hover {
color:#FFCC00;
}
tbody th a {
color:#333;
font-weight:bold;
text-decoration:none;
}
tbody th a:hover {
color:#FFCC00;
text-decoration:underline;
}
body {
background-color:#333;
}
body a {
color:#676;
font-size:8px;
text-decoration:none;
}