
/* Colorazione LINK */

a:link { text-decoration: underline; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; } 





/* Bottoni spenti e testi */

.stileTesto { font-family: Arial; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #663300 }
.stilelink { font-family: Arial; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #663300 }
.stileTestoprehome { font-family: Verdana; font-size: 9px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #87879A }
.stileTestoprehome1 { font-family: Arial; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #87879A }
.stilecredits { font-family: Arial; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #FFFFFF }

/* Accensione Bottone */

a.stilelink:hover { font-style: normal; line-height: normal; color: #FFFFFF; text-decoration: underline}
a.stileTestoprehome1:hover { font-style: normal; line-height: normal; color: #FFFFFF; text-decoration: underline}
a.stilecredits:hover { font-style: normal; line-height: normal; color: #FFDBEC; text-decoration: underline}
