.testo_corpo {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000;
	text-align: center;

}
.testo_prodotti {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-left:10px;
	color: #000;
}
.testo_titolo_prodotti {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	padding-left:30px; 
	color: #FFF;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

