a:link {
	color:#332f18;   /*  COLORE DEI LINKS */
	text-decoration:none;
}

a:visited {
	color:#332f18; /*  COLORE DEI LINKS  CLICCATI */
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}



.h-titoli {
	font-family: Verdana, Times, Georgia, Arial, Helvetica;
	font-size: 12.5px;
	color: #DADADA;
}
.h-testi {
	font-family: Verdana, Times, Georgia, Arial, Helvetica;
	font-size: 11.5px;
	color: #332f18;
	line-height: 19pt;

}
.h-piccoli {
	font-family: Verdana, Times, Georgia, Arial, Helvetica;
	font-size: 10.5px;
	color: #332f18;
}


.h-form {
	font-family: Verdana, Times, Georgia, Arial, Helvetica;
	font-size: 10.5px;
	color: #332f18;
	border: 1px #808080 solid;
}








/* DETAL STYLE - LINK */
A.h-titoli,A.h-testi,A.h-news, {
	text-decoration:none;
}
A.h-titoli,A.h-testi,A.h-news:HOVER {
text-decoration:none;
}
