
/* Colorazione LINK */

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; } 





/* Bottoni spenti e testi */

.menu { font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #232F63 }

/* Accensione Bottone */

a.menu:hover { font-style: normal; line-height: normal; color: #827C69; text-decoration: none}
