<style>

H1{
}

BODY {
	background-color : FFFFCC;
	margin-left : 30;
	margin-right : 30;
}

.testata{
	font-size: 16pt;
	font-family : Arial;
	text-align : center;
}

.titolo{
	font-size: 18pt;
	font-family : serif;
	text-align : center;
	font-weight : bold;
}

.sottotitolo{
	font-size: 16pt;
	font-family : serif;
	text-align : center;
}

.titoletto{
	font-size: 12pt;
	font-family : serif;
	text-align : center;
	font-weight : bold;
}

.corpo{
	font-size: 12pt;
	font-family : serif;
	text-align : justify;
}

.capoverso{
	font-size: 14pt;
	font-family : serif;
	text-align : left;
    font-weight : bold;
}

.poesia_titolo{
	font-size: 20pt;
	font-family : serif;
	text-align : center;
}

.poesia_titoletto{
	font-size: 18pt;
	font-family : serif;
	text-align : center;
	font-style : italic;
}

.poesia{
	font-size: 14pt;
	font-family : serif;
	text-align : center;
	font-style : italic;
}

.firma{
	font-size: 12pt;
	font-family : serif;
	text-align : center;
	font-style : italic;
}

.autore{
	font-size: 12pt;
	font-family : serif;
	text-align : center;
	font-style : italic;
	font-weight : bold;
}

.note{
	font-size: 10pt;
	font-family : sans-serif;
	text-align : justify;
}


</style>

