.body {
	background-color: #000000;
}
.testologo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E0C770;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}
.classetd a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E0C770;
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: bold;

}
.classetd a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000; /* Cambiamo il colore del link al passaggio del mouse */
	background-color: #000000; /* Cambiamo il colore di sfondo al passaggio del mouse */
	text-decoration: none;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #e0c770;
	text-align: justify;
	font-weight: normal;
}
.testoCentrato {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #e0c770;
	text-align: center;
	font-weight: bold;
}
.testoCentropiccolo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #e0c770;
	text-align: center;
	font-weight: bold;
}
