A:LINK {
	color : Blue;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
}

A:HOVER {
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
}

.stringa {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	font-style : normal;
	font-weight : bold;
}

.testo {
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	font-style : normal;
	font-weight : bolder;
}

.paragrafo {
	color : #00008B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-align : justify;
	text-justify : auto;
}


