.classetd a {
	font-family: "Arial";
	font-size:13px;
	color: #771C71;
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;


}
.classetd a:hover {
	font-family: "Arial";
	font-size: 13px;
	color: #ffffff; /* Cambiamo il colore del link al passaggio del mouse */
	background-color: #771C71; /* 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;
	background-color: #FFFFFF;
	text-align: justify;
}
.titolo {
	font-family: "Comic Sans MS";
	font-size: 30px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #663366;
	background-image: url(immagini/sfondotitolo.jpg);
	height: 43px;


}
.testo2 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #663366;
	background-color: #FFFFFF;
	text-align: center;
}
.riquadro {
	border: 1px solid #771c71;
	height: auto;

}
.recapiti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(immagini/sfondorecapiti.jpg);
	text-align: center;
	border: 1px solid #771C71;
	color: #000000;
	font-weight: bold;
}
.body {
	background-color: #FFFFFF;
}
.testo3 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	color: #660066;
	text-align: justify;
}
.testonotedispo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: center;
}
