body {
  font-size: 12pt;
  background-color: white;
  color: black;
  font-family: serif;
}

.main {
  margin: 0px;
}

.content {
  padding-right: 0px;
  padding-left: 0px;
  top: 0px;
  left: 0px;
  vertical-align: top;
}

.newsbox {
  padding-right: 0px;
  padding-left: 0px;
  top: 10px;
  left: 0px;
  right: 0px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  border: thin solid rgb(128,128,128);
  page-break-inside: avoid;
}

.post {
  page-break-inside: avoid;
}

.dateline {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  margin-left: 0px;
  background-color: rgb(128,128,128);
  margin-right: 0px;
  text-align: right;
  border-bottom: thin solid white;
}

.postedtime {
  padding-right: 10px;
  margin-top: 0px;
  padding-left: 10px;
  font-size: 10pt;
  margin-left: 0px;
  margin-right: 0px;
  background-color: transparent;
}

.newscontent {
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 12pt;
  margin-left: 0px;
  margin-right: 0px;
  background-color: transparent;
  page-break-inside: avoid;
}

.nav {
  display: none;
  width: 0px;
}

.navinternal {
  display: none;
}

.navexternal {
  display: none;
}

.navcurrent {
  display: none;
}

.navrest {
  display: none;
}

#quote {
  padding-right: 10px;
  margin-top: 0px;
  padding-left: 10px;
  font-size: 10pt;
  margin-left: 0px;
  margin-right: 0px;
  background-color: transparent;
}

#timestamp {
  padding-right: 10px;
  margin-top: 0px;
  padding-left: 10px;
  font-size: 10pt;
  margin-left: 0px;
  margin-right: 0px;
  background-color: transparent;
  border: thin solid rgb(128,128,128);
}

div.navlink a {
  display: none;
}

div.skinlist a {
  display: none;
}

a {
  color: rgb(64,64,64);
  text-decoration: none;
}

a:after {
  content: " (" attr(href) ")";
}

a[href^="/"]:after {
  content: " (http://www.randomtree.org" attr(href) ")";
}

div.postedtime a:after {
  content: "";
}

img {
  border: 0;
}

p {
  margin-top: 0;
}

acronym, abbr {
  border-bottom: thin dotted rgb(128,128,128)
}

#ahem {
  display: none;
}

span.left {
  float: left;
  text-align: left;
  width: 59%;
}

span.right {
  float: right;
  text-align: right;
  width: 39%;
}


