/***********************************************/
/* HTML tag styles www.megghy.it                            */
/***********************************************/ 


A {
text-decoration : none; 
} 
A:hover {
color : #ff0000; 
background : #ffff00;  
text-decoration : none; 
} 
A:link {
text-decoration : none; 
color : #0000ff; 
} 
A:hover {
text-decoration : underline; 
color : #ff0000; 
} 

