body, table{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
}

table.stats td
{background-color: #CCCCCC;
color: #000000;
border: 1px #2E2E2E solid;
font-size: 10px;}

a:link {color: #ffffff; text-decoration:none; font-weight: bold; font-size: 12px;}
a:visited {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 12px;}
a:hover {color: #ffffff; text-decoration: underline; font-size: 12px;}
a:active {color:blue; text-decoration: none; font-size: 12px;}

.big  {FONT-SIZE: 15px;}
.big:hover  {FONT-SIZE: 15px;
 text-decoration: underline;}

#tooltip{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
color:#fff;
}

#tooltipList ul
{
margin:0px;
padding:0px;
}

#tooltipList li
{
display:block;
margin-bottom:20px;
}