﻿body 
{
    margin: 0px;
    background-color: #BCBCB4;
    font-family: Verdana;
    font-size: 8pt;
    color: #303030;
    text-align: center;
    line-height: 14px;
}
table
{
    background-color: #ffffff;
    text-align: left;
}
a
{
    text-decoration: none;
    color: #0E6694;
}
a:hover
{
    text-decoration: underline;
    color: #BA401B;
}

