/*link*/
.link a{}
.link a:link { 
       color: #0000FF; text-decoration: underline; font-size: 12px;  
       }
.link a:visited { 
       color: #0000FF; text-decoration: underline; font-size: 12px; 
	   }
.link a:active { 
       color: #0000FF; text-decoration: underline; font-size: 12px;
       }
.link a:hover { 
       color: #ff0000; text-decoration: underline; font-size: 12px; 
       }
.barra a{}
.barra a:link { 
       color: #FF0000; text-decoration: none; font-size: 10px; 
       }
.barra a:visited { 
       color: #0000FF; text-decoration: none; font-size: 10px; 
	   }
.barra a:active { 
       color: #0000FF; text-decoration: none; font-size: 10px; 
       }
.barra a:hover { 
       color: #0000ff; text-decoration: underline; font-size: 10px; 
       }       
/*testo*/
.testo {
        font-size: 13px;
       }
.sinistra {	

text-align: left;
color: #009900;

}
.centro {	

text-align: center;
color: #009900;

}
