body
{
    background-color: #FFFFFF;
    color: #000000;
}

a:link
{
    text-decoration: none;
    font-weight: normal;
    font-family: Verdana;
    font-size: 16pt;
    color: #990000;
}

a:visited
{
    text-decoration: none;
    font-weight: normal;
    font-family: Verdana;
    font-size: 16pt;
    color: #990000;
}

a:hover
{
    text-decoration: underline;
    font-weight: normal;
    font-family: Verdana;
    font-size: 16pt;
    color: #990000;
}

a:active
{
    text-decoration: none;
    font-weight: normal;
    font-family: Verdana;
    font-size: 16pt;
    color: #990000;
}

.centered
{
    text-align: center;
    line-height: 24pt;
}

