div.news-title {
  font: normal 1.4em georgia;
  margin: 10px 0;
  padding: 0 0 0 10px;
}
div.news-date {
  font-size: 1em;
  line-height: 1.6em;
  font-style: italic;
  padding: 0 10px;
  margin-top: -10px;
  color: #999;
}
div.news-text p {
  font-size: 1em;
  line-height: 1.6em;
}
div.news-source {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
div.news-source p {
  font: normal 0.8em "verdana";
  color: #999;
}
div.news-spacer {
  padding-bottom: 10px;
}