<STYLE type="text/css">

         A:link     {text-decoration: none;

                    color: yellow;}

         A:visited  {text-decoration: none;

                     color: yellow;}

         A:active   {text-decoration: none;

                     color: yellow;}

         A:hover    {text-decoration: underline;

                     color: white;}

a.bl:link { 
	text-decoration: none; 
	color: #cc0000; 
}
a.bl:visited { 
	text-decoration: none; 
	color: #cc0000; 
}
a.bl:hover {
	text-decoration: underline;
	color: #cc0000;
}

a.bl:active { 
	text-decoration: none; 
	color: #cc0000; 
}
</STYLE>
