img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0;
	border: 0;
	padding: 0;
}

a:link {
	color: darkblue;
}

a:link:hover	{
	color: dodgerblue:
}

a:visited {
	color: darkblue;
}

a:active {
	color: dodgerblue;
}

.centrato {
	text-align: center;
}

.giustificato {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	text-align: justify;
}

.centratoArial {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
}

.centratoBold {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	text-align: center;
}

.sinistraBold {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	text-align: left;
}

.testoPiccolo {
	color: black;
	font-family: "Times New Roman", sans-serif;
	font-size: 10pt;
	text-align: center;
}

.titoloPiccolo {
	color: black;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	font-size: 14pt;
	text-align: center;
}

.titoloMoltoPiccolo {
	color: black;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.titoloGrande {
	font: "Times New Roman", serif;
	color: black;
	text-align: center;
	font-size: 40pt;
}

.menualto {
	color: navy;
	text-align: center;
}

.menuoption {
	color: navy;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 1.5%;
}
