/* CSS Document */
body{
	padding :0;
	margin :0;
	background-color: #F1E3E0;
	background-image: url('immagini/sfondo.jpg');
	background-repeat: repeat-x;
}

.testo_indirizzi {
	font-family: "Verdana", Georgia, "Times New Roman", Times, serif; font-size: 10px;
	font-weight: normal;
	color: #014A4F;
	font-size: 11px;
}

#testo_indirizzi {
	font-family: "Verdana", Georgia, "Times New Roman", Times, serif; font-size: 10px;
	font-weight: normal;
	color: #014A4F;
	font-size: 11px;
	text-decoration: none;
}
#testo_indirizzi:hover {
	font-family: "Verdana", Georgia, "Times New Roman", Times, serif; font-size: 10px;
	font-weight: normal;
	color: #014A4F;
	font-size: 11px;
	text-decoration: underline;
}

.testo_dati {
	font-family: "Verdana", Georgia, "Times New Roman", Times, serif; font-size: 10px;
	font-weight: normal;
	color: #CDA79A;
	font-size: 11px;
}
