BODY
{
    COLOR: grey;
    FONT-FAMILY: comic sans ms;
    BACKGROUND-COLOR: lightblue
}
TABLE
{
    BORDER-RIGHT: lightblue;
    BORDER-TOP: lightblue;
    FONT-SIZE: 10pt;
    BORDER-LEFT: lightblue;
    BORDER-BOTTOM: lightblue;
    BACKGROUND-COLOR: lightblue
}
HR
{
    COLOR: blue
}
H1
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    TEXT-ALIGN: center
}
TH
{
    BORDER-RIGHT: lightgrey thin groove;
    BORDER-TOP: lightgrey thin groove;
    FONT-WEIGHT: bolder;
    BORDER-LEFT: Pink;
    BORDER-BOTTOM: lightgrey thin groove;
    BACKGROUND-COLOR: lightgreen;
    TEXT-ALIGN: left
}
TD
{
}
.Small
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt
}
