A  { color: blue;
	text-decoration: none; }
 
  
   
A:hover { color: red;
       font-style: italic;
	text-decoration : underline; } 
       


