/* All Pages */
/* ========= */

body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
p { margin-top: 0; }

a:link { text-decoration: none; color:#0099cc; }
a:visited { text-decoration: none; color:#0099cc; }
a:hover { text-decoration: underline; color:#0099cc; }

/* scrolling news (news_heads.html) - prefix tags with div#datacontainer and a space */
/* ================================ */

BODY#scrollingNews {
  color: #666666;
  background-color: #E6E6E6;
}

div#datacontainer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
div#datacontainer A {
  color: #ff66ff;
  text-decoration: none;
}
div#datacontainer A:hover {
  color: #ff66ff;
  text-decoration: underline;
}



/* hot news (hot/news.html) - prefix tags with div#hotNews and a space */
/* ======================== */

body#hotNewsBody {
  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
  background-color: #E6E6E6;
  color: #000000;
}
div#hotNews {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
div#hotNews a:link {    color: #000066; text-decoration: none; }
div#hotNews a:visited { color: #000066; text-decoration: none; }
div#hotNews a:hover {   color: #000066; text-decoration: underline; }
