body {
        background: #fff repeat; 
        color: #000;
        font:76% Verdana, Geneva, Helvetica, Arial, sans-serif;
}
a:link {
        color: #00f;
}
a:visited {
        color: #800080;
}
a:active, a:hover {
        color: #f00;
}
h1, h3 {
        color: #c00;
}
hr {
        border: none;
        color: #c00;
}

#content {
        text-align: left;
}

#sidebar {
        width: 150px;
        background-color: inherit;
        border-right: solid thin #c00;
}

#footer {
        margin-left: 2px;
        padding: 0 0.5%;
        background-color: inherit;
        color: #666;
}
    #footer td {
        white-space: nowrap;
    }
    #designby {
        color: #666;
    }
