.titoli {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
.corpo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #422100;
	text-decoration: none;
}
a.corpo:hover {

	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #C66300;
	text-decoration: underline;
}
.sfondo {
	background-image: url(immagini/sfondo.gif);
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a.testo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}