﻿body
{
    background-color: Black;
    font-family: Verdana;
    font-size: 0.69em;
    margin: 0px;
}

#copyright
{
    color: #333333;
    font-size: 0.91em;
    margin: 10px 0px;
    text-align: center;
}
#copyright a:link, #copyright a:visited
{
    color: #333333;
    text-decoration: underline;
}
#copyright a:hover, #copyright a:active
{
    color: #666666;
    text-decoration: none;
}

#home
{
    margin: 0px auto;
    width: 990px;
}

#small_nav
{
    text-align: center;
}

#small_nav ul
{
    list-style: none;
}

#small_nav ul li
{
    display: inline;
}
