html, body {
    background-color: #006600;
    color: #282828;
}
a {
    color: #282828;
}
    

.wrap {
    background-color: #00DD00;
    border: none;
}

.headerbar {
    background: none;
    background-color: #006600;
    border: none;
    color: lightgray;
}

.logo {
    display: none;
}

.navbar {
    background-color: #006600;
}
    .navbar a {
        color: lightgray;
    }

.forabg,
.forumbg {
    background: none;
    background-color: #006600;
}

ul.forums,
ul.topics, 
.bg1,
.bg2 {
    background: none;
    background-color: #00DD00;
}

.bg2 {
    background: none;
    background-color: #00EE00;
}

ul.topiclist li,
ul.topiclist li a {
    color: #282828;
}
li.row {
    border: none;
    border-bottom: 1px solid #006600;
}
li.row:hover {
    background-color: #00DD00;
}
ul.topiclist dd {
    border: none;
}

.post {
    border: 2px solid #006600;
}