/* CSS Document */

.classetd a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	z-index: 12;
}
.classetd a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9B501; /* 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: 14px;
	line-height: 22px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.cella {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0000FF;
	background-color: #FFFFFF;
	text-align: left;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}
.testo02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #990000;
	background-color: #006666;

}
.testoprima {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006666;
	text-align: center;
}
.testo03 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background-color: #006666;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
.riquadro {
	border: 1px ridge #990000;
}
