BODY
{
    background-color: #003366;
}

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: yellow;
    text-decoration:none;
}

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

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


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


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