body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h1 {
	font-size: medium;
	color: #000000;
	text-align: center;

}
.indirizzo {
	font-size: x-small;
	font-weight: bold;
}
.logo {
	font-size: x-large;
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.menu {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #06B36B;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;

}
a.menu:active {
	color: #FFFF66;
	text-decoration: none;

}
a.menu:visited {
	color: #FFFFCC;
	text-decoration: none;

}
a.menu:hover {
	color: #FFFF66;
	text-decoration: underline;
}
.giustifica {
	text-align: justify;
}
h2 {
	font-size: small;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;

}
h3 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.figura {
	text-align: center;
	font-size: x-small;


}
.centro {
	text-align: center;
}
.titolo {
	font-size: large;
	text-align: center;
}
.lingua {

	font-size: large;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #06B36B;
}
a.lingua:link {
	color: #FFFFFF;
	text-decoration: none;

}
a.lingua:active {
	color: #FFFF66;
	text-decoration: none;

}
a.lingua:visited {
	color: #FFFFCC;
	text-decoration: none;

}
a.lingua:hover {
	color: #FFFF66;
	text-decoration: underline;
	background-color: #06B36B;

}
a:link {
	font-size: medium;
	color: #000000;
	text-decoration: none;

}
a:active {
	font-size: medium;
	color: #000000;
	text-decoration: none;

}
a:visited {
	font-size: medium;
	color: #000000;
	text-decoration: none;

}
a:hover {
	font-size: medium;
	color: #000000;
	background-color: #FFFF99;
}
