body{ background-color: #000000; padding: 0; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 12px; }

/*** link styles ***/
a:link{ color: #fff; }
a:visited{ color: #fff; }
a:hover{ color: #999; }

a.subjectlink:link { text-decoration: none; color: #fff; }
a.subjectlink:visited { text-decoration: none; color: #ccc; }
a.subjectlink:hover { text-decoration: none; color: #999; }

a.adminlink:link { text-decoration: none; color: #c00; }
a.adminlink:visited { text-decoration: none; color: #c00; }
a.adminlink:hover { text-decoration: none; color: #c00; }

/*** link styles ***/


/*** alternating table row colors ***/
#bt .even{ background-color: #221F1F; }
#bt .odd{ background-color: #000; }


/*** text styles ***/
h1{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #c00; }
.header{ font-weight: bold; color: #c00; }
.small{ font-size: 10px; }
.admin{ color: #c00; }

/*** thread styles ***/
#bt .thread_head{ background-color: #221f1f; }
#bt .thread_body{ background-color: #000; border: 2px solid #221f1f; }

