body {
	font-family: Arial, verdana, sans-serif;
	font-size: 8pt;
	color: black;
	

}
a {
	color: blue;
	text-decoration: none;
}
.titolo {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: red;
	text-align: center;
}
.titolo1 {
	font-size: 16pt;
	font-style: verdana;
	font-weight: bold;
	color: red;
	text-align: center;
}
.titolo2 {
	font-size: 10pt;
	font-style: verdana;
	font-weight: bold;
	color: blue;
	text-align: center;
}
.titolo3 {
	font-size: 16pt;
	font-style: verdana;
	font-weight: bold;
	color: blue;
	text-align: center;
}
.titolo4 {
	font-size: 12pt;
	font-style: ariel;
	font-weight: bold;
	color: black;
	text-align: center;
}
.titolo5 {
	font-size: 12pt;
	font-style: ariel;
	font-weight: bold;
	color: blue;
	text-align: center;
}
.titolo6 {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: black;
	text-align: center;
}
.titolo7 {
	font-size: 12pt;
	font-style: ariel;
	font-weight: bold;
	color: red;
	text-align: center;
}
.paragrafo {
	font-size: 10pt;
	text-align: justify;
	vertical-align: top;
	padding: 5px;
	color: #333366;

}
.paragrafo2 {
	font-size: 12pt;
	text-align: justify;
	vertical-align: top;
	padding: 5px;
	color: #333366;

}