a         {

    text-decoration: underline;
    
	font-weight : normal;
	color: white;
	
	}
	
	a:link    {color: white}
	
	a:visited {color: white}
	
	a:active  {color: black}
	
	
a:hover   {
	    color: White;
	    
	    text-decoration: none;
	
	    letter-spacing : normal;
		    
	    background-color : #6699CC;
			
	    font-weight : normal;
	    
	 }