body { 
background : #cccccc;
font-size : 10px;
font-family : verdana;
color : #666666;
} 
.vuoto { 
text-align : justify;
font-size : 11px;
background : #cccccc;
}  
a:link { 
color : #333333;
text-decoration : none;
} 
a:visited { 
color : #333333;
text-decoration : none;
} 
a:hover { 
color : #663333;
text-decoration : none;
/*background-color : #006633; */
} 

.tutto { 
background-image : url('../images/SFONDO.gif');
}

.top { 
text-align : justify;
font-size : 11px;
background : #ffffff;
}

.intestapagina { 
text-align : left;
font-size : 11px;
font-weight:bold;
}

.appar { 
text-align : justify;
font-size : 14px;
}

.mini { 
text-align : justify;
font-size : 9px;
}

.mini1 { 
text-align : justify;
font-size : 12px;
}

.down { 
font-size : 10px;
}

.lineadown { 
background-image : url("../images/linea_down.gif");
background-repeat : repeat-x;
}
.lineadown1 { 
background-image : url("../images/linea_down1.gif");
background-repeat : repeat-x;
}

/* INIZIO CODICE PER VARIARE COLORE SFONDO CELLE */
a.cellacolorata {
color: #333333;
padding: 2px;
position: Relative;
text-decoration: None;
display: Block;
}

a:hover.cellacolorata{
background: #cccccc;
color: #333333;
padding: 2px;
position: Relative;
text-decoration: none;
display: Block;
}
/* FINE CODICE PER VARIARE COLORE SFONDO CELLE */


