.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #0033FF;
}
.testopiccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #0033FF;
}
.testoitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	color: #0033FF;
}
.titoli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #0033FF;
	line-height: inherit;
}
.titoligrandi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #0033FF;
	line-height: inherit;
}
.sottotitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #0033FF;
	line-height: normal;
}
.sottotitolipiccoli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0033FF;
	line-height: inherit;
}
.testorosso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FF0000;
}
.testorossobold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	color: #FF0000;
}
.testorossogrande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FF0000;
}
.testoarancione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FF6600;
}
A:link { text-decoration: none; color: #0033FF}
A:visited { text-decoration: none; color: #0033FF}
A:hover { color: #FF0000}
