body 
{
background-repeat: 
no-repeat;
background-attachment: 
fixed
}

a:link { color: 0000FF; text-decoration: none}
a:visited { color: 0000FF; text-decoration: none}
a:hover { color: cc0000; text-decoration: underline}

a.newstext:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: 0000A0;
                }
a.newstext:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: 737CA1;
	font-weight: normal;
                   }
a.newstext:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: cc0000;
  text-decoration: underline;
                 }
              
