body {
    margin: 0px;
    background-color: #2D2D2D;
    color: #CCCCCC;
}

a:link {
    color: #CCCCCC;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    text-transform: none;
}

a:visited {
    color: #CCCCCC;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    text-transform: none;
}

a:active {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
}
.headleft {
    align: left;
}

.headright {
    align: right;
}

.container {
    margin: 0 auto;
    overflow: wrap;
    width: 770px;
    align: center;
}

div#content {
    overflow: wrap;
    width: 770px;
    margin: 0 auto;
    color: #CCCCCC;
    align: center;
    text-align: center;
    background-color: #2D2D2D;
}
