body {
    background-color: #666666;
    background-image: url(images/background_inner.jpg);
    background-repeat: repeat-x;
    }
div, table, td {
    font: 12px Arial;
    color: black;
    }
a {
    color: #8dda32;
    text-decoration: none;
    font-weight: bold;
    }
a:hover { 
    color : #afff52;
    }
img {
    border-style: none;
    }
h1 {
    font: 30px Arial;
    color: #666666;
    font-weight: bold;
    margin: 0px;
    }
h2 {
    font: 22px Arial;
    color: #666666;
    font-weight: bold;
    margin: 0px;
    }
h3 {
    font: 16px Arial;
    color: #666666;
    font-weight: bold;
    margin: 0px;
    }
h4 {
    font: 14px Arial;
    color: #666666;
    font-weight: bold;
    margin: 0px;
    }
hr {
    border: 0px;
    color: #000;
    background-color: #000;
    height: 1px;
    }
.navbar {
    width: 640px;
    height: 81px;
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -320px;
    }
.main {
    width: 550px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -275px;
    background-color: white;
    border: solid 1px black;
    padding: 10px;
    }
.about {
    background-color: #dddddd;
    border: solid 1px #999999;
    padding: 5px;
    margin: 3px 0px 3px 0px;
    color: #666666;
    font: 11px Arial;
    text-align: center;
    }