<style type="text/css">	  
	
	  a:active {
	  	text-decoration:underline;
	  	color:#000099;

	  }
	  a:link {
	  	text-decoration:none;
	  	color:#000099;
	  	
	  }
	  a:visited {
	  	text-decoration:none;
	  	color:#000099;
	  	
	  }
	  a:hover {
	  	text-decoration:underline;
	  	color:#0000FF;
	  	
	  }


</style>


