/*<!DOCTYPE HTML PUBLIC "-//W3C//DTD CCS 2//EN">*/
a 
{
    text-decoration: underline;
    color: #FFFF11;
}

a:link
{
    color: #FFFFFFF;
}

a:visited 
{
    color: #FFFF11;
}

a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}

a.background
{
    text-decoration: none;
}

a.background:link
{
    color: #FFFFFF;
}

a.background:visited 
{
    color: #FFFF11;
}

a.background:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}

body
{
    background-color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: white;
}

table
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: white;
    text-align: left;
    border: 2;
}

td[right], tr[right]
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: white;
    text-align: right;
    border: 2;
}

h1
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    color: white;
    text-align: left;
}
