BODY
{
    background-color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size:8pt;
    color: white;
}


H1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:24pt;
    color: white
}

H2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:18pt;
    color: white
}

H3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:16pt;
    color: white
}

H4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14pt;
    color: white
}


SUP
{
    background-color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    color: white;
}


table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;

}

td
{
    background-color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    padding-right:5pt;
    padding-left:5pt;

}




a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: white;
    text-decoration:none;
}

a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: white;
    text-decoration:none;
}



.button
{

    background: #993300;
    /* background-color: #660000; */
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: white;
    text-decoration:none;
    text-align: center;
}





a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: yellow;
    text-decoration:none;
}

a:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: yellow;
    text-decoration:none;
}


