BODY
{
    BACKGROUND-COLOR: transparent;
    COLOR: slateblue;
    FONT-FAMILY: Garamond, Verdana;
    FONT-SIZE: 12pt;
    FONT-VARIANT: small-caps;
    LIST-STYLE: disc
}
BODY .h1
{
    COLOR: slategray;
    FONT-FAMILY: Garamond, Verdana;
    FONT-SIZE: 24pt;
    FONT-VARIANT: small-caps
}
A:active
{
    COLOR: slateblue;
    text-decoration: none; 
    FONT-FAMILY: Garamond, Verdana;
    FONT-SIZE: 12pt
}
A:link
{
    COLOR: lightslategray;
    text-decoration: none; 
    FONT-FAMILY: Garamond, Verdana;
    FONT-SIZE: 12pt
}
A
{
    COLOR: slateblue;
    text-decoration: none; 
    FONT-FAMILY: Garamond, Verdana;
    FONT-SIZE: 12pt
}
A:hover
{
    COLOR: CCCC99;
    text-decoration: none; 
    FONT-FAMILY: Garamond, Verdana;
    FONT-SIZE: 12pt
}