A:link	{
	background-color: transparent;
	color: Silver;
	TEXT-DECORATION: NONE;
}      /* unvisited link */

A:visited {
	background-color: transparent;
	color: Silver;
	TEXT-DECORATION: NONE;
}   /* visited links */

A:active {
	background-color: transparent;
	color: Yellow;
	TEXT-DECORATION: NONE;
}    /* active links */	

H1 {
	font :  9pt Arial;
}

.giustificato {
	text-align: justify;
	font-size: 10pt;
	font-family: "Arial", sans-serif;
}

.linkfont {	
	font-size: 10pt;
	font-family:  "Arial", sans-serif;
	color: white;
}

