body#discussion,
body#discussion td,
body#discussion p {
    font-size : 11px;
}

#yabb_menu {
    font-weight : bold;
}

/* YaBB alternating bgcolors */
.windowbg { /* Thread titles inside the board */
    background-color: #FFFFFF;
    font-size : 11px;
    font-family : Verdana, Tahoma, sans-serif;
    color: #000000; }
.windowbg2 { /* Board titles on main page */
    background-color: #FFFFFF;
    font-size: 14px;
    font-family : Verdana, Tahoma, sans-serif;
    color: #000000;
}
.windowbg a,
.windowbg2 a {
    border-bottom : none;
}
.windowbg2 i {
    font-style : normal;
    font-weight : normal;
}
.windowbg3 {
    background-color: #FFFFFF;
    font-size: 14px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #000000;
}

/* Misc./title/category colors */
.hr {
    color: #CCFFCC;
}

.catbg {
    padding-left : 40px;
    font-family : Verdana, Tahoma, sans-serif;
    background-color: #afdfe3;
    color: #000000;
    font-size: 13px;
    text-transform : uppercase;
    letter-spacing : 1px;
}
td.titlebg {
    padding : 0px 5px;
    color: #9D7C41;
    font-size : 10px;
    text-transform : uppercase;
    letter-spacing : 1px;
}

/* Post quote/code colors */
.quote        { font-size: 12px; font-family: Garamond; color: #000000; background-color: #DEE7EF; }
.code         { font-size: 12px; font-family: Courier New; color: #000000; background-color: #CCCCCC; }

#yabb_hed {
    text-align : center;
}
#yabb_greeting {
    font-family : Verdana, Tahoma, sans-serif;
    color: #9D7C41;
    font-size : 10px;
    font-weight : bold;
    text-transform : uppercase;
    letter-spacing : 1px;
}
.msgcount,
.threadcount,
.lastpost,
.boarddesc,
.mods {
    font-weight : normal;
}
.boardname {
    text-transform : uppercase;
    font-weight : bold;
}

.yabbfooter {
    background-color : #DCDCDC;
}

tr.board td,
table.post,
tr.message td {
    border-bottom : 1px solid #afdfe3;
}

small.pgindex {
    font-family : Verdana, Tahoma, sans-serif;
    font-size : 9px;
}
