.sfondo_centro {
	background-image: url(../images/centro.jpg);
	background-repeat: no-repeat;
}
.sfondo_sx {
	background-image: url(../images/sx.jpg);
	background-repeat: no-repeat;
}
.sfondo_dx {
	background-image: url(../images/dx.jpg);
	background-repeat: no-repeat;
}
.sfondo_top {
	background-image: url(../images/top_centro.jpg);
	background-repeat: no-repeat;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.paragrafo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}
A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ff0000;
}
