body {
text-align: center;
margin: 0px;
}

#pagina {
	text-align: left; /* riporta l'allineamento del testo al centro */
	width: 800px;
	height:auto
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-width: 1px 2px 1px 2px;
    border-style: solid;
    border-color: #0066FF;

	
}


div#wrapper {
    width: dimensione in pixel del contenuto;
    margin: 0 auto;
}
.testointestazione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.bordotestata {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
.bordocelladxsx {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003399;
	border-left-color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	border-bottom-style: none;

}
.corponormale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.titolomenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.botdoxtabelle {
	border: 1px solid #FF9900;
}
