﻿body
{
    margin: 0px;
    background-color: #000000;
    color: #969596;
    font-size: 11px;
    font-family: Tahoma;
}
a:link
{
    font-family:Tahoma;
    font-size:9px;
    text-decoration:none;
    color:Gray;   
}
a:visited
{
    font-family:Tahoma;
    font-size:9px;
    text-decoration:none;
    color:Gray; 
}
a:hover
{
    font-family:Tahoma;
    font-size:9px;
    text-decoration:none;
    color:#ffcc00;    
}

input, select, textarea
{
    background:#222222;
    border-style:solid;
    border-color:#545454;
    border-width:1px;
    font-family:Tahoma;
    font-size:11px;
    color:Gray;
}