a:link { color: red; }
a:visited { color: red; } 
a:hover { color: #333333; } 


.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;

}
.testoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;

}
.testopiccolo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

