#stats {
  text-align: center;
}
#stats h3 {
    text-align: center;
    font-size: 1.1em;
    font-weight : bold;
    margin: 0; padding: 2em 0 0 0;
}
#stats h4 {
    text-align: left;
    font-size: 1em;
    font-weight : bold;
    margin: 0; padding: 0.5em 0 0 0;
}

#stats table {
  width: 95%;
  font-size: 0.9em; _font-size: 0.8em;
  border: #2F4871 2px solid;
  text-align: left;
}
#stats th {
  font-size: 110%;
  color : #FFFFFF;
  font-weight : bold;
  background-color: #285691;
  padding : 3px;
}
#stats td {
  font-size: 100%;
  color : #000000;
  padding : 3px;
  background-color : #D6E6FF;
}
#stats a {
  color : #0C2E61;
  font-weight : bold;
  text-decoration: none;  
}
#stats .tableheader td {
    font-size: 100%;
    color : #0C2E61;
    font-weight : bold;
    background-color : #D8E0EB;
}
#stats .calendar td {
    text-align: center;
}

#stats table td.light {
  background-color: #A9C0D0;
  }
#stats table td.dark {
  background-color: #D6E6FF;
  }
