a:link {
	color:#BBA688;   /*  COLORE DEI LINKS */
	text-decoration:none;
}

a:visited {
	color:#BBA688; /*  COLORE DEI LINKS  CLICCATI */
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}



.h-titoli {
	font-family: Tahoma, Georgia, Arial, Helvetica;
	font-size: 12.5px;
	color: #BBA688;
	font-weight: bold;	
}
.h-testi {
	font-family: Tahoma, Georgia, Arial, Helvetica;
	font-size: 12.5px;
	color: #6A512D;

}
.h-piccoli {
	font-family: Tahoma, Georgia, Arial, Helvetica;
	font-size: 11.5px;
	color: #9A9994;
}



.h-news {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11.5px;
	color: #DADADA;
}






/* 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;
}




