body {
background: black;
color: white;
font-family: "Helvetica", serif;
font-size: 14px;
}
div.boardlist:not(.bottom) {
background-color: black!important;
}
span.sub:first-child {
visibility: visible;
position: static;
}
span.sub {
visibility: hidden;
position: inherit;
}
span.favorite-boards {
position: relative;
}
.boardlist span.sub {
display: none;
}
.boardlist span.sub:first-child {
display: inline;
}
div.banner {
  background-color: #650202;
}
header h1 {
  text-align: center
  display: inline-block;
  letter-spacing: -1px;
  font-size: 24pt;
  font-weight: 700;
  font-family: "Arial";
  color: #650202;
}
header div.subtitle {
  text-align: center
  display: inline-block;
  font-size: 8pt;
  color: white;
}
div.blotter {
  color: silver;
  font-weight: bold;
  text-align: center;
}
span.heading {
  color: grey;
  font-size: 11pt;
  font-weight: bold;
}
div.post.reply div.body a {
    color: aquamarine;
}
div.post.reply {
  background: #090909;
  border-color: #4F4F4F;
}
div.post.reply.highlighted {
  background: silver;
  border-color: #5B7EB1;
  font-color: black;
}
p.intro span.subject {
  font-size: 11pt;
  margin-right: 5px;
  color: #3E0046;
}
p.intro span.name {
  color: #650202
}
p.intro, p.intro span.capcode {
  color: #348F61;
}
p.intro, p.intro span.time {
  color: white;
}
form table tr th {
  background-color: black;
  color: silver;
  border-color: white!important;
}
span.quote {
  color: #669999;
}
a:link {color: #669999; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: grey; text-decoration: underline; }
a:hover {color: #669999; text-decoration: underline; }
