A:link	{
	background-color: transparent;
	color: Black;
	TEXT-DECORATION: NONE;
}      /* unvisited link */

A:visited {
	background-color: transparent;
	color: Black;
	TEXT-DECORATION: NONE;
}   /* visited links */

A:active {
	background-color: transparent;
	color: Black;
	TEXT-DECORATION: NONE;
}    /* active links */	

H1 {
	font : 9pt Arial;
}

.giustificato {
	text-align: justify;
}

.linkfont {	
	font-size: 10pt;
	font-family:  "Arial", sans-serif;
}

.paginacorrente {	
		color: Red;
		font : 9pt Arial;
		
}

.margini {
	margin-left: 0px;
	margin-right: 0px;
}

.tabella3livello {
	border :none;
	font : 9pt Arial;
	margin-top : 0px;
}

.small {	
	font-size: 9pt;
	font-family:  "Arial", sans-serif;
}