﻿body
{
    margin: 0px;
    background-color: Black;
    background-repeat: repeat-x;
    
    font-family: Trebuchet MS;
    color: #999999;
    font-size: 13px;
}
.footer a
{
    color: #990000;
    text-decoration: none;
}
.text_credit
{
    color: #999999;
    font-size: 11px;
}
.text_credit a
{
    color: #999999;
    font-size: 11px;
    text-decoration: none;
}
form
{
    margin: 0px;
}
#marqueecontainer
{
    position: relative;
    width: 170px; /*marquee width */
    height: 240px; /*marquee height */
    /*background-color: white;*/
    overflow: hidden;
    border: 0px solid black;
    padding: 0px;
}