body
{
    background-color:#000000;
    font-family: Tahoma;
    font-size: 10px;
    color: #ffffff;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
    background-image:url("../images/background.jpg");
    background-position: top center;
    background-repeat:no-repeat;
}

A:link
{
    font-size:11px;
    color:#ffffff;
    font-family: Tahoma;
    text-decoration: none;
}
A:visited
{
    font-size:11px;
    color:#ffffff;
    font-family: Tahoma;
    text-decoration: none;
}
A:hover
{
    font-size:11px;
    color:#ffffff;
    font-family: Tahoma;
    text-decoration: underline;
}

tbody
{
    font-size:11px;
    color:#ffffff;
    font-family: Tahoma;
}
