body {
  background-color : gray;
  color : white;
  font : 14px bitstream vera sans, Century Gothic, Arial Verdana, sans-serif;
}

a.text {
  background-color : transparent;
  color : yellow;
  text-decoration : none;
}

p.text a {
  background-color : transparent;
  color : yellow;
  text-decoration : none;
}

p.text a:hover {
  background-color : black;
  color : yellow;
  text-decoration : none;
}

p.text a:active {
  background-color : black;
  color : red;
  text-decoration : none;
}

p.text a:visited {
  background-color : transparent;
  color : rgb(79%,79%,0%);
  text-decoration : none;
}

p.text a:visited:hover {
  background-color : black;
  color : yellow;
  text-decoration : none;
}

div.main {
  margin-left : auto;
  margin-right : auto;
  width : 90%;
}

a.anchor {
  background : none repeat;
  color : white;
  text-decoration : none;
}

table.boardtable {
  background-color : black;
  border-style : solid;
  border-width : 1px;
  color : white;
  margin-left : auto;
  margin-right : auto;
  width : 95%;
}

table.quicklist {
  background-color : black;
  border-style : solid;
  border-width : 1px;
  color : white;
}

li.hover {
  background-color : gray;
}

td.tablelinks {
  font-family : bitstream vera sans, Century Gothic, Arial Verdana, sans-serif;
  font-size : 13px;
}

td.tablelinks {
  padding : 12px 9px;
  background-color : black;
  color : white;
}

td.tablelinks a {
  background-color : black;
  color : #ffa500;
  text-decoration : none;
}

td.tablelinks a:hover {
  background-color : black;
  color : yellow;
  text-decoration : underline overline;
}

td.tablelinks a:visited {
  background-color : transparent;
  color : rgb(20%,75%,20%);
  text-decoration : none;
}

hr.threequarters {
  width : 75%;
}

p.disclaimer {
  font : 9px bitstream vera sans, Century Gothic, Arial Verdana, sans-serif;
  text-align : center;
}

p.centered {
  font : 13px bitstream vera sans, Century Gothic, Arial Verdana, sans-serif;
  padding : 11px;
  text-align : center;
}

img.centered {
  text-align : center;
}

span.left {
  text-align : left;
}

span.sitelinks {
  background-color : black;
  border-style : solid;
  border-width : 1px;
  color : white;
  font : 13px bitstream vera sans, Century Gothic, Arial Verdana, sans-serif;
  margin-right : auto;
  margin-left : auto;
  padding : 10px 9px;
  text-align : center;
  text-decoration : none;
  width: auto;
}

p.sitelinks a {
  color : #ffa500;
  background-color : black;
  text-decoration : none;
}

p.sitelinks a:hover {
  color : yellow;
  background-color : black;
  text-decoration : underline overline;
}

p.sitelinks a:active {
  color : #ff4500;
  background-color : black;
  text-decoration : underline overline;
}

p.title {
  background-color: transparent;
  color : white;
  font-family : bitstream vera sans, Century Gothic, Arial Verdana, sans-serif;
  font-size : 33px;
  text-align: center;
}

p.title a {
  color: #FFA500;
  background-color: transparent;
  text-decoration: none}

p.title a:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: underline overline;
}

p.title a:active {
  color: #FF4500;
  background-color: transparent;
  text-decoration: underline overline;
}

p.title a:visited {
  background-color: transparent;
  color: rgb(20%,75%,20%);
  text-decoration: none;
}

p.message {
  color : white;
  background-color : black;
  width : 99%;
}

p.message {
  padding : 30px 5px;
  margin : 5px 1px;
}

p.message {
  border-style : solid;
  border-width : 1px;
}

div.leftdiv {
  text-align : left;
}

div.centerdiv {
  text-align : center;
}

table.centered {
  margin-left: auto;
  margin-right: auto;
  text-align : right;
  width: auto;
}

div.imagelink {
  text-align : center;
}

div.sitelinks {
  background-color : black;
  border-style : solid;
  border-width : 1px;
  color : white;
  font : 13px bitstream vera sans, Century Gothic, Arial Verdana, sans-serif;
  margin-right : auto;
  margin-left : auto;
  padding : 12px 9px;
  text-align : center;
  text-decoration : none;
/*  width: auto; */
  width : 430px;
}

div.sitelinks a {
  background-color : transparent;
  border : rounded;
  color : yellow;
  padding : 3px;
  text-decoration : none;
}

div.sitelinks a:hover {
  background-color : rgb(29%,29%,0%);
  color : yellow;
  padding : 3px;
  text-decoration : none;
}

div.sitelinks a:active {
  background-color : rgb(37%,0%,0%);
  color : rgb(100%,0%,0%);
  padding : 3px;
  text-decoration : none;
}

div.sitelinks a:visited {
  background-color : black;
  color : rgb(0%,100%,0%);
  padding : 3px;
  text-decoration : none;
}

div.sitelinks a:visited:hover {
  background-color : rgb(0%,30%,0%);
  color : rgb(0%,100%,0%);
  padding : 3px;
  text-decoration : none;
}

div.sitelinks a:visited:active {
  background-color : rgb(37%,0%,0%);
  color : rgb(100%,0%,0%);
  padding : 3px;
  text-decoration : none;
}

div.sitelinkcelltop {
  padding-bottom : 3px;
}

div.sitelinkcellbot {
  margin-top : 3px;
}

/* Rounded corners code taken from http://www.albin.net/CSS/roundedCorners/ */

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}

/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/

.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}

.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */

.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}

html>body .borderTL {
    margin-left: -1px;
}

.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}

html>body .borderTR {
    margin-right: -1px;
}

.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}

html>body .borderBL {
    margin-left: 0px;
}

.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}

html>body .borderBR {
    margin-right: 0px;
}

/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */

.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid white;
}

.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
  background-color : black;
  border: 0px;
  color : white;
  margin-right : auto;
  margin-left : auto;
  margin-top : 20px;
  margin-bottom : 20px;
  padding: 0px;
}

/* End rounded corners code */

div.board {
  width : 92%;
}

div.message {
  margin-bottom : 20px;
  margin-top : 20px;
  margin-right : auto;
  margin-left : auto;
  width : 97%;
}

div.sitemast {
  width : 430px;
}

div.post {
  margin-right : auto;
  margin-left : auto;
  width : 92%;
}

div.thread {
  background-color : black;
  color : white;
  font-family : bitstream vera sans, Century Gothic, Arial Verdana, sans-serif;
  font-size : 13px;
  padding : 12px 9px;
}

div.thread a {
  background-color : black;
  color : #ffa500;
  text-decoration : none;
}

div.thread a:hover {
  background-color : black;
  color : yellow;
  text-decoration : underline overline;
}

div.thread a:visited {
  background-color : transparent;
  color : rgb(20%,75%,20%);
  text-decoration : none;
}

div.sitelinks2 {
  background-color : black;
  color : white;
  font : 13px bitstream vera sans, Century Gothic, Arial Verdana, sans-serif;
  margin-right : auto;
  margin-left : auto;
  padding : 12px 9px;
  text-align : center;
  text-decoration : none;
}

div.sitelinks2 a {
  background-color : transparent;
  color : yellow;
  padding : 3px;
  text-decoration : none;
}

div.sitelinks2 a:hover {
  background-color : rgb(29%,29%,0%);
  color : yellow;
  padding : 3px;
  text-decoration : none;
}

div.sitelinks2 a:active {
  background-color : rgb(37%,0%,0%);
  color : rgb(100%,0%,0%);
  padding : 3px;
  text-decoration : none;
}

div.sitelinks2 a:visited {
  background-color : black;
  color : rgb(0%,100%,0%);
  padding : 3px;
  text-decoration : none;
}

div.sitelinks2 a:visited:hover {
  background-color : rgb(0%,30%,0%);
  color : rgb(0%,100%,0%);
  padding : 3px;
  text-decoration : none;
}

div.sitelinks2 a:visited:active {
  background-color : rgb(37%,0%,0%);
  color : rgb(100%,0%,0%);
  padding : 3px;
  text-decoration : none;
}

div.sitelink2celltop {
  padding-bottom : 3px;
}

div.sitelink2cellbot {
  margin-top : 3px;
}

