body
{
    background: black;
    color: #BBB;
    font-family: Arial, Helvetica, Sans-Serif; 
    margin: 0px;
}

a:link
{ 
    color: #EEE; 
    text-decoration: none;
}

a:visited
{ 
    color: #DDD; 
    text-decoration: none;
}

a:hover, a:active
{ 
    text-decoration: underline overline 
}

#content
{
    margin: 0px auto;
}

#masthead
{
    border-spacing: 0px;
    padding: 0px;
    border-collapse:separate; 
}

#masthead img
{
    border: 0px;
    vertical-align:text-top;
}

#footer
{
    text-align: center;
}


