body {
  background-color: #000000;
  color: #ff0;
  border-collapse: collapse;
  font: normal normal normal 14px arial, helvetica, sans-serif;
}
a:link, a:visited, a:hover, a:active {
  color: #ff0;
  font-size: 12px;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
  font-weight: bold;
}
img {
  border: none;
}

#whole_page {
}
table.header {
  width: 100%;
  border-collapse: collapse;
  border: 0px none;
}
td.header {
  font: normal normal bold 24px courier;
  color: #f93;
  border-bottom: solid 2px #f60;
  vertical-align: bottom;
  text-align: right;
}
table.main_body {
  width: 100%;
  border: 0px none;
  border-collapse: collapse;
}
td.mb_l, td.mb_r {
  vertical-align: top;
}
td.mb_l {
  width: 30%;
  padding: 0px 5px 0px 5px;
  /* background-color: #0000ff; */
}
td.mb_r {
  width: 70%;
}
table.jht {
}
td.jht_l, td.jht_r {
  font-weight: bold;
}
td.jht_l {
  text-align: right;
  padding-right: 10px;
}
td.jht_r {
  text-align: left;
}
table.stats {
  border-collapse: collapse;
  border: 0px none;
}
td.st_l, td.st_r {
  vertical-align: top;
}
td.st_l {
  width: 20%;
  text-align: right;
  /* padding-right: 10px; */
  font-family: courier;
  font-weight: bold;
}
td.st_r {
  width: 80%;
  text-align: left;
  padding-left: 10px;
}
b.r_h {
  font-family: courier;
}

div.item {
  border: solid 1px #ff0;
}
div.item h2 {
  font-size: 10px;
  width: 100%;
  line-height: 0;
  padding-left: 15px;
}
div.item b {
  margin: 0 10px;
}
div.item span {
}

div.article {
  padding: 0 10px;
}
div.article h1 {
}
div.article h2 {
  font-size: 12px;
}
div.article p {
}
div.article p.image {
  text-align: center;
  margin: 0 auto;
}
div.article p img {
  border: 0 none;
}
div.article p span.comment {
  font-size: 10px;
  font-family: courier;
}

img.logo {
}

.center { text-align: center; }

a.non:link, a.non:visited, a.non:hover, a.non:active {
  color: #ff0;
  font-size: 14px;
  text-decoration: none;
}

