.news-date {
  font-family: 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
  font-size: 10px;
  color: #000000;   /* Black */
  padding: 0px 0px 30px 0px;
  }

.news-title {
  font-family: georgia, palatino, times, serif;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #cccccc;  /* Black */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  }

.news-title a:link, .news-title a:visited {
  color: #ffffff;   /* White */
  text-decoration: underline;
  }

.news-title a:hover {
  color: #000000;  /* Black */
  text-decoration: underline;
  }


