H1 {
    font-family: Arial, Helvetica;
    font-size: 16pt;
    font-weight: bold;
    color: #FFCC33;
}

H2 {
    font-family: Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
    color: #FFCC33;
}

H3 {
    font-family: Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #FFCC99;
}

H4 {
    font-family: Times;
    font-size: 11pt;
    font-weight: bold;
    color: #FDFDFD;
}

BODY {
    font-family: Georgia, Times;
    color: #E0E0E0;
    font-size: 11pt;
    background: #808080;
}

P.caption {
    font-size: 12pt;
}

P.title {
    font-family: Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
}

P.buttons {
    font-family: Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
}

PRE {
    font-family: Courier New, Courier;
    }

PRE.code {
    font-family: Courier New, Courier;
    background: #FFFFCC;
    color: #336633;
    }

TD {
    font-family: Georgia, Times;
    color: #DDDDDD;
    font-size: 11pt;
}

A:link      {color: #99FFCC; text-decoration: underline;}
A:visited   {color: #99CCFF; text-decoration: underline;}
A:active    {color: #33FFFF; text-decoration: underline;}
A:hover     {color: #FFFF33; text-decoration: underline;}


