﻿html
{
    overflow-y: scroll;
    overflow-x: auto;
    background-color: #000000;
}
body
{
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , 'Lucida Sans' , Verdana, Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #CCCCCC;
    margin: 0px;
    padding: 0px;
}
input, select
{
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , 'Lucida Sans' , Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
}
a
{
    color: #FFFFFF;
}
a:link, a:visited
{
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration: underline;
}