/* Colorazione LINK */

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; } 

/* Bottoni spenti e testi */

.stileTesto { font-family: Arial; font-size: 10x; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #FFFFFF }
.stileTitoliNews { font-family: Arial; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #1C4475 }
.stileAbstractBoxNews { font-family: Arial; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #ACDEDB}
.stileTitoliNewsScheda { font-family: Arial; font-size: 15px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #1C4475 }
.stileLinkNews { font-family: Arial; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #6E8AAC }




/* Accensione Bottone */

a.stileTitoliNews:hover { font-style: normal; line-height: normal; color: #6E8AAC; text-decoration: none}
a.stileLinkNews:hover { font-style: normal; line-height: normal; color: #FF0000; text-decoration: underline}
