body {
    background: #f5deb3; /* Светло-коричневый фон */
    color: #5a3e1b; /* Темно-коричневый текст */
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 8px;
    padding: 0;
    scrollbar-face-color: #d2b48c;
    scrollbar-track-color: #8b5a2b;
}

a:link, a:active, a:visited, a.postlink {
    color: #8b4513; /* Цвет ссылок - коричневый */
    text-decoration: none;
}

a:hover {
    color: #a0522d; /* Чуть светлее при наведении */
}

.row1 { background: #deb887; }
.row2 { background: #d2b48c; }
.row3 { background: #cdaa7d; }
td.spacerow { background: #bc8f8f; }

th {
    background: #8b5a2b url(wood_texture.jpg);
    color: #fff8dc;
    font-size: 13px;
    font-weight: bold;
}

.bodyline, .forumline {
    background: #f4a460 url(wood_pattern.jpg);
    border: 1px solid #8b4513;
}

.maintitle, h1 {
    font: bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #5a3e1b;
}

input, select, textarea {
    background: #d2b48c;
    color: #5a3e1b;
    border: 1px solid #8b4513;
}

input.button, input.liteoption, .fakebut {
    background: #8b5a2b;
    color: #fff8dc;
    border: 1px solid #5a3e1b;
}

.guestavatar {
    background: #ffdead;
    color: #5a3e1b;
}

.topbkg {
    background: #8b5a2b url(wood_header.jpg);
    color: #fff8dc;
}
