body {
	padding: 1em 1em 1em 1em;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	background-color: #333333;
	line-height: 130%;
}

#immagine {
	display: none;
}

#img-1, #img-2, #img-3, #img-4, #img-5, #img-6, #img-7, #img-8 {
	display: none;
}	
	
p.posizione {
	font-size: 0.8em; 
}

p.sottotitolo {
	font-size: 1em;
	margin-bottom: 2em;
}

h1 {
	font-size: 3em;
	}
	
h2 {
	font-size: 2.2em;
	}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: Aqua;
	background-color: #333333;
}

a:link {
	color: Aqua;
	background-color: #333333;
}

a:visited {
	color: Fuchsia;
	background-color: #333333;
}

a:hover {
	color: Yellow;
	background-color: #333333;
}

.link-v {
	line-height: 1.5em;
}	

.link-o {
	letter-spacing: 0.15em;
}	

a.ancora-vai {	
	text-transform: uppercase;
}

.menuNavigazione li {
display: block;
}
.menuNavigazione a {
height:0;
}

hr.clear-left {
	clear: left;
}

hr.dot { border-top: thin dotted #999999;
	}

