

body {
	background: #ffffff url(/Images/Backgrounds/cloudbg.jpg);
   color: blue;
   margin: 0px 0px; padding:0px;
}

a:link {
   color: red;
   font-weight: bold;
   text-decoration: none;
}

a:visited {
   color: red;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}

td {
   font-size: 12pt;
}

table#newsheadlines a {
   text-decoration: underline;
   color: blue;
   font-weight: normal;
}

table#newsheadlines a:hover {
   color: red;
}