body { 
    overflow : hidden; 
}

A {
	font-weight: none;
	text-decoration: none; 
	color: #000000;
	font-family : Verdana, Tahoma;
	font-size : 10pt;
}

A:hover {
	font-weight: none;
	text-decoration: none; 
	color:#0000FF;
}

A:link {
	font-weight: none;
	text-decoration: none; 
	color:#0000FF;
}

A:visited {
	font-weight: none;
	text-decoration: none; 
	color:#0000FF;
}

A:active {
	font-weight: none;
	text-decoration: none; 
	color:#0000FF;
}

.titolo  {
	font-family : Verdana, Tahoma;
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
}

.testo  {
	font-family : Verdana, Tahoma;
	font-size : 10pt;
	color : #000000;
	text-align : justify;
}

.testoleft  {
	font-family : Verdana, Tahoma;
	font-size : 10pt;
	color : #000000;
	text-align : left;
}

.testocenter  {
	font-family : Verdana, Tahoma;
	font-size : 10pt;
	color : #000000;
	text-align : center;
}
A.copyright:link, A.copyright:hover, A.copyright:visited, A.copyright:active  {
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	}
.copyright  {
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
	color:#000000;
	text-decoration:none;
	font-weight: normal;
	}