@font-face {
font-family: 'Bottega';
src: url('../Font/HarabaraHand.ttf');
}
body {
	background-color: #fff;
	font-family: Bottega, Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	font-size: 22px;
	color: #000000;
	overflow: scroll;
}
.hidden {
	display:none;
}
.container {
	background-color: #fff;
}
.container div p {
	background-color:#fff;
}


.menuNavigazione {
	background:#FFF;
	color: #000;
	margin:0;
	padding:0.5em 0;
	text-align:center;

}
.menuNavigazione li {
	display:inline;

}
.menuNavigazione a {
	height:0;
	padding:0.5em 0;
	text-decoration:none;
	margin:-0.5em 1em;
}
.menuNavigazione a:link, .menuNavigazione a:visited {
	background:#FFF;
	color:#000;
}
.menuNavigazione a:hover, .menuNavigazione a:focus, .menuNavigazione a:active {
	background:#FFF;
	color:#000;
	

	background-image: url(../images/hover.jpg);
	background-position: center;
}
.menuNavigazione .voceCorrente a:link, .menuNavigazione .voceCorrente a:visited, .menuNavigazione .voceCorrente a:hover, .menuNavigazione .voceCorrente a:focus, .menuNavigazione .voceCorrente a:active {
	background:#FFF;
	color:#000;

	background-image: url(../images/corrente.jpg);
	background-position: center;
}

h2{
text-align: left;
background-color: #000;
color: #FFFFFF;
margin-bottom: 0px;
font-family: 'Bottega', sans-serif;
font-size: 24px;
padding-top: 10px;
height: 40px;
padding-left: 10px;
}
a {
color: #000;
text-decoration:none;
}
a img{
color: #fff;
text-decoration:none;
border: none;
}
.separatore {
height: 20px;
}