/* Cleaned CSS: */

body {
  background: #ffffff none;
  color:      #666666;
  margin:     0;
  padding:    0;
}

a {
  text-decoration: none;
}

a:link {
  color:           #cc6633;
}

a:visited {
  color:           #cc6633;
}

a:active {
  color: #ff9966;
}

a:hover {
  color: #ff9966;
}

#content {
  background-color: #ffffff;
  color: #666666;
}

.entry {
  border:  hidden #000000;
}

td.body {
  padding: 20px;
}

td.title {
  color:          #666666;
  font-size:      16px;
  font-weight:    700;
  letter-spacing: .1em;
  padding:        20px;
font-family: "Verdana", "sans-serif";
}

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

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

.date, .dateheader, .datecontent {
  color:       #336699;
  font-size:   12px;
  line-height: 16px;
font-family: "Georgia", "serif";
}

.dateheader {
  font-weight: bold;
}

.subhead {
  color:          #333333;
  font-size:      11px;
  font-weight:    700;
  letter-spacing: .1em;
  padding:        8px;
font-family: "Verdana", "sans-serif";
}

br, hr, li, ol, p, table, td, tr, ul {
  color:       #666666;
  font-size:   12px;
  line-height: 18px;
  text-align:  justify;
font-family: "Georgia", "serif";
}

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

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

#commenttext {
  width: 90%;
}

