.titolo {
	font-family: "Imperial BT", Georgia, Arial, Helvetica, "Times New Roman";
	font-size: 24px;
	color: #FFF;
}
.titolo_grande {
	font-family: "Imperial BT", Georgia, Arial, Helvetica, "Times New Roman";
	font-size: 30px;
	color: #FFF;
}
.didascalia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
}
.testo_giallo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFF00;
	cursor:hand;
}
.testo_dx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: right;
}
.testo_centrato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: justify;
}
.testo_nero {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	
}
.titolo_mobile {
	font-size: 42px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: normal;
	font-weight: lighter;
	}
	
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

