body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#intestazione{
	display: none;
}	
#colonna-1 {
	display: none;
}

/* CONTENUTI DI PAGINA */
#colonna-2 {
	position: relative;
	text-align: justify;
	width: 600px;
	color: black;
	background: transparent none;
	left: auto;
	right: auto;
	bottom: auto;
	height: auto;
}
/* NASCONDE I CONTENUTI INSERITI */
.alt {
	display: none;
}
