   A:link	 {	text-decoration: none; 
		font-weight: bold;
             	 }
   A:visited {	text-decoration: none; 
		font-weight: bold;
	  }
   A:active { 	text-decoration: none; 
		font-weight: bold;
	 }
   A:hover { 	text-decoration: none;
		font-weight: bold;
		color:#BBBBBB;
	 }  

