@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img-struttura/sfondo.jpg);
	background-repeat: repeat-x;
}
h1{
	font-size:22px;
	font-weight:normal;
}
h2{
	font-size:19px;
	font-weight:normal;
}
.testo{
	font-size: 12px;
	line-height:20px;
	text-align:justify;
}
.testo a{
	color:#006F44;
}
.testo a:hover{
	color:#000000;
}
.indirizzo{
	font-size: 14px;
	line-height:18px;
	color:#000000;
}
.piedino{
	font-size: 11px;
	line-height:18px;
	color:#000000;
}
.indirizzo a{
	color:#000000;
}
.indirizzo a:hover{
	color:#fff;
}

