<style>

H1{
}

BODY {
	background-color : FFFFCC;
	margin-left : 30;
	margin-right : 30;
}

.testata{
	font-size: 16pt;
	font-family : Arial;
	text-align : center;
	color: Red;
}



.sezione{
	font-size: 20pt;
	font-family : serif;
	text-align : center;
	font-weight : bold;
}

.titolo{
	font-size: 18pt;
	font-family : Arial;
	text-align : left;
	font-weight : bold;
}

.corpo{
	font-size: 12pt;
	font-family : Arial;
	text-align : justify;
}

.note{
	font-size: 10pt;
	font-family : sans-serif;
	text-align : justify;
}


</style>

