﻿body
{
    background-color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
}

a:link
{
    text-decoration: none;
    color: #FFFFFF;
}

a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

a:hover
{
    text-decoration: none;
    color: #FFFF00;
}

.main
{
    width: 950px;
    margin-left: -475px;
    left: 50%;
    height: 550px;
    margin-top: -275px;
    top: 50%;
    position: absolute;
    border: 15px solid #333333;
    background-color: #000000;
}


