A:link	{
	background-color: transparent;
	color: White;
	TEXT-DECORATION: NONE;
}      /* unvisited link */

A:visited {
	background-color: transparent;
	color: Silver;
	TEXT-DECORATION: NONE;
}   /* visited links */

A:active {
	background-color: transparent;
	color: #FFDF00;
	TEXT-DECORATION: NONE;
}    /* active links */	

H1 {
	font :  9pt Arial;
	color: White;
}

H2 {
	font : bold 20pt "Times New Roman", Times, serif;
	color: White;
}

.giustificato {
	text-align: justify;
	font-size: 10pt;
	font-family: "Arial", sans-serif;
}

.linkfont {	
	font-size: 10pt;
	font-family:  "Arial", sans-serif;
	color: White;
}

.small {	
	font-size: 9pt;
	font-family:  "Arial", sans-serif;
}


