H1 {
  color: #FFF;
  background: #009;
  font-size: 180%;
  padding: 2px;
}

H2 {
  color: #FFF;
  background: #009;
  font-size: 150%;
  padding: 2px;
}

A.newsheader {
  display: block;
  color: #FFF;
  text-decoration: none;
  background: #009;
  font-size: 150%;
  padding: 3px;
}

A.newsteaserfooter {
  display: block;
  color: #FFF;
  text-decoration: none;
  background: #009;
  font-size: 120%;
  padding: 3px;
  text-align: right;
}

A.newsteaser {
  display: block;
  color: #009;
  background: transparent;
  border: 1px solid #009;
  margin: 10px 0px;
  text-decoration: none;
  width: 100%;
  padding: 2px;
}

A.newsteaser:hover {
  border: 1px solid #099;
}

A.newsteaser span.headline {
  display: block;
  font-size: 110%;
}

A.newsteaser span.teaser {
  font-weight: normal;
}

A.newsteaser span.date {
  display: block;
  font-style: italic;
  border-top: 1px solid #009;
  font-size: 90%;
  font-weight: normal;
}

A.newsteaser:hover span.date {
  border-top: 1px solid #099;
}

A.newsheadline {
  color: #009;
  background: transparent;
  display: block;
  margin: 10px 0px;
  font-size: 110%;
  text-decoration: none;
  padding: 2px;
  border: 1px solid #009;
}

A.newsheadline:hover {
   border: 1px solid #099;
}


