body
{
    font-family: Verdana, Arial;
    font-size:75%;
    background-color: #888;
    text-align: center;
    margin: 0;
}
#content{
    width: 750px;
    margin: 0 auto;
}

.cover {
    width: 750px;
    margin: 0 auto;
    }
ul#header
{
    height: 20px;
    background-color: #555;
    background-image: url(http://unitedheroes.net/art/l_title.png);
    background-repeat: no-repeat;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 160px;
}

ul#header li
{
    width: 20%;
    float: left;
    display:block;
}

ul#header a
{
    color: white;
    font-style: italic;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
}

img {
    border: 0;
    }
    
.page {
    width: 750px;
    text-align: center;
    }

.nav 
    {
    height: 1.5em;
    background-color: #555; }

.nav a
    {
        color:white;
        font-weight:bold;
        text-decoration:none;
    }
.nav #prev {
    float: left;
    width: 10em;
    text-align: left;
    }


.nav #next {
    float: right;
    width: 10em;
    text-align:right;
    }
#textblock {
    text-align: left;
    margin: 10px auto;
    padding: 10px;
    width: 95%;
    background-color: #CCC;
    }
.copyright {
    margin-top: .5em;
    border-top: 2px solid #555;
    font-size: 75%;
    text-align: right;
    }

