body {
	margin: 0;
	text-align: center;
	background-color: #D1D9DB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contenuto {
	margin: 0px auto;   /*centra negli altri browsers*/
	width: 900px;
	margin-top: 40px;
	padding: 50px;
	background-color: #E4EAEB;
	text-align: left;
	color: #777777;
	border-style: solid;
	border-width: 1px;
}
.dida {
	font-size: 10px;
	font-weight: bold;
	color: black;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #A9B1B3;
}
a, a:active, a:focus, a:link, a:visited {
	color: #2F9ECB;
	font-weight: bold;
}
a:hover {
	color: orange;	
}
.datiservizio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7777777;
	background-color: #D1D9DB;
}
caption {
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	background-color: #B1B7BE;
	color: white;
}

