BODY
{
    COLOR: black;
    FONT-FAMILY: Arial;
}
.smalltext
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center;
}
.smallboldtext
{
    COLOR: black;
    FONT-FAMILY: 'Arial Black';
    FONT-SIZE: xx-small;
    TEXT-ALIGN: center
}
A
{
    COLOR: #006633;
    FONT-WEIGHT: Bolder;
    TEXT-DECORATION: underline;
}
A:hover
{
    COLOR: red;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline;
}
