/* l'elemento body */
body {
font: 10pt georgia,serif;
background: #fff;
color: #000;
margin: 0px;
padding: 20pt;
text-align: center;
}

#colonna1 {
display: none;
}

p {
	line-height: 30px;


}

img {
	vertical-align: middle;
}



/* i collegamenti */
a img {
	border: none;
	
}


a:link {
	background: transparent;
	color: #333;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #333;
	text-decoration: none;
}

a:hover,a:focus,a:active {
	background: transparent;
	color: #333;
	text-decoration: none;
}


.menuNavigazione {
	margin-left: 10px;
	padding:0;
	list-style:none;
	}
