  BODY{
font-family: Verdana; font-size: 9pt}    


#selezione    { font-family: Verdana; font-size: 9pt; color: #000000; background-color: 
               #FFFFFF }
#invia       { font-family: Verdana; font-size: 9pt; color: #FFFFFF; background-color: 
               #333333; border: 1px solid #000000 }
.esteso      { letter-spacing: 1pt; font-family: verdana; font-size: 8pt }
.footer       { font-family: Verdana; font-size: 8pt; color: #808080}
.header      { font-family: Arial; font-size: 11pt; color: #000000; text-transform: uppercase }
.piccolo     { font-family: tahoma; font-size: 7pt }
.sottile     { font-family: tahoma; font-size: 8pt }}
a:hover      { text-decoration: underline; color: #808080 }
a            { text-decoration: none; color: #000000}

a.opacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
} 
a.opacity:hover img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
} 