table.stats
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 800px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #666;
color: #fff;
padding: 8px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 

.content table
{
   border-collapse: separate;
   empty-cells: show;
}


.content
{
    background-color: #DDD;
    border-right: 1px solid #C6EC8C;
}

#text
{
    text-align: center;    
}

.text
{
    text-align: center;
}

.content h3
{
    background-color: #BBB;
}

.content > h2
{
    background-color: #AAA;
}

body
{ 
    background: #FFFFFF;
}