

	A:link{ text-decoration: none; 
                color: black;
             
 }, 
        A:visited { text-decoration: none;
                    color: black; 
                
 }
	
	A:hover { text-decoration: none;
                    color: blue; 
                  
}
