/* General layout */
A:link        { font-weight: normal; text-decoration: none; color: #303080; }
A:visited     { text-decoration: none; color: #303080; font-weight: normal; }
A:hover       { text-decoration: underline; color: #303080; }
BODY          { font-family: Verdana, Helvetica, Arial; font-size: 12px; margin-top: 0; 
                margin-left: 0; margin-right: 0; padding-top: 0; padding-left: 0; padding-right: 0; }
text          { font-family: Verdana, Helvetica, Arial; font-size: 11px; }
TD            { font-family: Verdana, Helvetica, Arial; color: #000000; font-size: 11px; }
input         { font-family: Verdana, Helvetica, Arial; font-size: 9pt; color: #000000; }
textarea      { font-family: Verdana, Helvetica, Arial; font-size: 9pt; color: #000000; }
select        { font-family: Verdana, Helvetica, Arial; font-size: 8pt; color: #000000; }
.copyright    { font-family: Verdana, Helvetica, Arial; font-size: 10px; }

/* YaBB navigation links */
a.nav          { font-size: 10px; text-decoration: none; color: #303080; }
a.nav:link     { font-size: 10px; text-decoration: none; color: #303080; }
a.nav:visited  { font-size: 10px; text-decoration: none; color: #303080; }
a.nav:hover    { font-size: 10px; text-decoration: underline; color: #303080; }

/* YaBB alternating bgcolors */
.windowbg     { background-color: #DEDFDF; font-size: 11px; font-family: Verdana; color: #000000; }
.windowbg2    { background-color: #F7F7F7; font-size: 11px; font-family: Verdana; color: #000000; }
.windowbg3    { background-color: #DEDFDF; font-size: 11px; font-family: Verdana; color: #000000; }

/* Misc./title/category colors */
.hr           { color: #666699; background-color: #666699; border: 0px; height: 1px; }
.titlebg      { background-color: #666699; color: #000000; }
.text1        { font-style: normal; font-weight: bold; font-size: 12px; color: #FFFFFF; }
.catbg        { background-color: #E5E5F0; color: #000000; font-weight: bold; font-size: 13px; }
.bordercolor  { background-color: #666699; }
.cat          { background-color: #D8D8D8; }
.highlight    { background-color: #FFFF00; color: #000000; }

/* Image fonts */
.imgbg        { font-style: normal; font-size: 10px; }
.imgcatbg     { font-style: normal; font-size: 10px; font-weight: bold; }
.imgtitlebg   { font-style: normal; font-size: 10px; font-weight: bold; }
.imgwindowbg  { font-style: normal; font-size: 9px; }
.imgmenu      { font-style: normal; font-size: 11px; font-weight: bold; letter-spacing: 0.1em; }

/* Post quote/code colors */
.quote        { font-size: 10px; font-family: Verdana, Helvetica, Arial; color: #000000; background-color: #E5E5F0; }
.code         { font-size: 10px; font-family: Courier New; color: #000000; background-color: #CCCCCC; }