/* foglio di stile per la home page */
BODY {
	background-color : White;
}
H2 {
	font-family : "Book Antiqua",serif;
	color : Red;
	text-align : center;
	font-style : italic;
}
ADDRESS {
	text-align : center;
	font-family : serif;
	font-weight : bold;
}

H3 {
	font-family : "Book Antiqua",serif;
	color : Red;
}
