H1, H2, H3, H4, H5, H6, H7
	{
	font-family: arial, helvetica;
	color: black;
	font-weight: normal;
	}

H1 /*titoli*/
	{
	font-size: 13pt;
	}

H2 /*note*/
	{
	font-size: 8pt;
	}

H3 /*testo italiano*/
	{
	font-size: 10pt;
	line-height: 1.2;
	}

H4 /*testo inglese*/
	{
	font-size: 10pt;
	line-height: 1.2;
	color: #003333;
	}

H5  /*footer del sito*/
	{
	color: #003366;
	line-height: 110%;
	font-size: 8pt;
	font-weight: bold;
	}

H6 /*titoli grossi*/
	{
	font-size: 18pt;
	font-weight: bold;
	}

H7 /*note inglesi*/
	{
	font-size: 8pt;
	color: #003333;
	}