p#sitedescription {
  border: 2px solid black;
  padding: 4px;
  background-color: #4a744a;
  color: white;
  text-align: center;
  margin-left: 30%;
  margin-right: 30%;
}
div.newsitem h2 {
  position: relative;
  padding: 4px 0 14pt 0;
  font-size: large;
}
div.newsitem h2 a {
  color: #604830;
}
div.newsitem .subject a {
  color: black;
}
div.newsitem .subject {
  font-size: 8pt;
  position: absolute;
  right: 4px;
  bottom: 4pt;

/* IE YOU SUCK! */
  _position: relative;
  _left: 0;
  _bottom: 0;
}
div.newstext {
  padding-left: 1em;
}
div.newstext h3 {
  position: relative;
  left: -.5em;
}
div.aboutnews {
  font-size: xx-small;
  text-align: right;
}
