body {
	background-color: #FCF5D7;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}




.TitoliGrandi {
	font-family: "Book Antiqua";
	color: #D65C42;
	font-size: 22px;
	font-weight: bold;
}

.Sottotitoli {
	font-family: "Book Antiqua";
	font-size: 14px;
	color: #D65C42;
	font-weight: bold;
}
.Testo1 {
	color: #333333;
	font-family: "Book Antiqua";
}
.Testo2 {
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
}

