TD
{
}
TABLE
{
}
TD .Marked
{
    BACKGROUND-COLOR: orangered;
    TEXT-DECORATION: line-through
}
TD .Unmarked
{
    BACKGROUND-COLOR: yellowgreen
}
TABLE .Month
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: snow
}
TABLE .Month A:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    TEXT-DECORATION: underline
}
TABLE .Month TH
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: blue
}

