.Rosso {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.Blu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
.Azzurro {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00FFFF;
	font-weight: bold;
	text-align: center;
}

.Amaranto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.Fucsia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF00FF;
	text-align: center;
}
.Nero {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.VerdeChiaro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #99FF66;
	text-align: center;
}
.Arancio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.Oro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
}
.VerdeScuro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
.Corsivo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}
