<style>

H1{
}

BODY {
	background-color : FFFFCC;
	margin-left : 30;
	margin-right : 30;
}

.titolo 	{
	font-size: 30pt;
	font-weight : bold;
	font-style : normal;
	font-family : "Courier New", Courier, monospace;
	text-align : center;
}

.sottotitolo 	{
	font-size: 14pt;
	font-style : italic;
	font-family : "Courier New", Courier, monospace;
	text-align : left;
	font-weight : bold;
}

.commento 	{
	font-size: 10pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : justify;
}

.testo 	{
	font-size: 12pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : justify;
}

.table1{
	border : thin solid Gray;
	background-color : #EEFFEE;
	font-size: 12pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : justify;
}

.titolo_table1 	{
	background-color : #EEFFEE;
	font-size: 14pt;
	font-style : italic;
	font-family : "Courier New", Courier, monospace;
	text-align : left;
	font-weight : bold;
}

.table2{
	border : thin solid Gray;
	background-color : #FFffbb;
	font-size: 12pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : justify;
}

.titolo_table2 	{
	background-color : #ffFFaa;
	font-size: 14pt;
	font-style : italic;
	font-family : "Courier New", Courier, monospace;
	text-align : left;
	font-weight : bold;
}

</style>
