﻿body, td, th
{
    font-size: 12;
    color: #FFFFFF;
}
body
{
    background-color: #000000;
    background-image: url(../pics/bg.jpg);
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #FF0000;
    scrollbar-highlight-color: #FF0000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #FF0000;
    font-family: Arial;
}
.caption
{
    color: #FF0000;
    font-weight: bold;
    font-size: medium;
    font-family: Times New Roman;
}
a:link
{
    color: #FF0000;
    text-decoration:none;
}
a:visited
{
    color: #FF0000;
    text-decoration:none;
}
a:hover
{
    color: #FF0000;
    text-decoration:underline;
}
a:active
{
    color: #FF0000;
}
.whitetext
{
    color: #FFFFFF;
}
.redtext
{
    color: #FF0000;
}