/* Cleaned CSS: */

body {
  background: #010000 none;
  color:      #70fc12;
  margin:     0;
  padding:    0;
  min-width: 1000px;
  background-image: url("http://i13.photobucket.com/albums/a274/blackjest/urinal_mouth.jpg");
     background-position: top left;
     background-repeat: repeat;
     background-attachment: fixed;
}

a {
  text-decoration: none;
}

a:link {
  color:           #70fc12;
}

a:visited {
  color:           #70fc12;
}

a:active {
  color: #70fc12;
}

a:hover {
  color: #70fc12;
}

#content {
  background-color: #010000;
  color: #70fc12;
}

.entry {
  border: 5 px dotted #70fc12;
}

td.body {
  padding: 20px;
}

td.title {
  color:          #70fc12;
  font-size:      16px;
  font-weight:    700;
  letter-spacing: .1em;
  padding:        20px;
  font-family: "New Courier", "serif";
}

td.links {
  font-size:   10px;
  line-height: 16px;
  padding:     8px;
  font-family: "New Courier", "serif";
}

.descrip {
  color:          #70fc12;
  font-size:      10px;
  font-weight:    700;
  letter-spacing: .2em;
  padding:        5px;
  text-transform: uppercase;
  font-family: "New Courier", "serif";
}

.date, .dateheader, .datecontent {
  color:       #70fc12;
  font-size:   12px;
  line-height: 16px;
  font-family: "New Courier", "serif";
}

A.subjlink, A.subjlink:hover, A.subjlink:visited {
   color:       #70fc12;
   text-decoration: none;
}

.dateheader {
  font-weight: bold;
}

.subhead {
  color:          #70fc12;
  font-size:      11px;
  font-weight:    700;
  letter-spacing: .1em;
  padding:        8px;
  font-family: "New Courier", "serif";
}

.entry-text {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 10px 0;
  }
.entry-text, br, hr, li, ol, p, table, td, tr, ul {
  color:       #70fc12;
  font-size:   12px;
  line-height: 18px;
  text-align:  justify;
  font-family: "New Courier", "serif";
}
.entry-text IMG {
  max-width: 100%;
}

p.links {
  color:       #666666;
  font-size:   10px;
  line-height: 12px;
  font-family: "New Courier", "serif";
}

.author, .time {
  color:          #336699;
  font-size:      10px;
  line-height:    16px;
  text-transform: uppercase;
  font-family: "New Courier", "serif";
}

#commenttext {
  width: 90%;
}

.j-adv {
  margin: 20px auto;
  text-align: center;
  }
  .j-adv-inner {
      display: inline-block;
      }


