/* scrolling news (news_heads.html) - prefix tags with div#datacontainer and a space */
/* ================================ */

BODY#scrollingNews {
  color: #000000;
  background-color: #F6F4F4;
}

div#datacontainer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
div#datacontainer A {
  color: #000000;
  text-decoration: none;
}
div#datacontainer A:hover {
  color: #000000;
  text-decoration: underline;
}


