body {
background-color: 333333;
font-family: georgia;
color: FFFFFF;
font-size:90%;
line-height:125%
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

th{
background-color: 333333;
text-align: left;
font-size: 250%;
}

td {
background-color: blue;
color: white;
text-align: center;
font-size: 80%;
}

td.current {
background-color: purple;
}

a:link {
text-decoration:none;
color: white;
}
a:visited {
text-decoration:none;
color: white;
}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}