<style type="text/css">
A:LINK{
        background-color :;
	color:#990000;
	text-decoration : underline;
	font-size :-1;	
	font-weight: bold;	
	font: Arial;
      }

A:HOVER {
	background-color: ;
	color : red;
	text-decoration : underline;
	font-size :-1;	
	font: Arial;
	font-weight : bold;
	}

A:ACTIVE{
	background-color :;
	color:red;
	font-size :-1 ;	
	font-weight : bold;
	font:Arial;
	text-decoration : underline;
	}
A:VLINK {
	background-color :;
	color :#990000;
	text-decoration :underline;
	font-size :-1 ;	
	font:Arial;
	font-weight:bold;
	}
</style>


