@charset "utf-8";
.testo {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #575757;
}
.titolo {
	font-family: Helvetica;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	color: #0000FF;
}
.titoletto {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	color: #575757;
	text-decoration: underline;
}
.sottolineato {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	color: #575757;
	text-decoration: underline;
}
.Evidenziato {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	color: #56e140;
	text-decoration: underline;
}

