BODY {
	font-family: Courier New, Courier, monospace;
}

#contents .inner { padding: 6px 16px 16px 16px; }

#contents H1 {
	margin: 0px 0px 24px 0px;
	padding: 0px 6px;
	font-size: 22px;
	background: url('../images/bg_h1.gif') repeat-x left bottom;
}

#contents H2 {
	margin: 0px 0px 16px 0px;
	padding: 0px 6px;
	font-size: 18px;
	background: url('../images/bg_h2.gif') repeat-x left bottom;
}

#contents IMG {
	float: left;
	margin: 0px 12px 12px 0px;
	border: 1px solid black;
}

#contents A {
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

#contents A:hover {
	background-color: yellow;
}

#contents .label {
	width:120px;
	font-size:13px;
	float:left;
}
#contents .field {
	font-size:13px;
	float:left;
}
div.privacytext {
	margin:10px auto 10px auto;
	text-align:justify;
	width: 90%; 
	height: 100px; 
	padding: 10px; 
	overflow: auto; 
	font-size: 11px; 
	border:1px solid #48487f;
	background-color:#eeeeee:
	text-align: left;
}
div.privacytext strong {
	background-color:#FFF200;
}

div.ieri-oggi{
	float:left;
	width:40%;
	background:#ffc;
	padding:10px;
	margin:10px 0 10px 15px ;
}

div.ieri-oggi h3{
	margin:0 0 10px;
	padding-bottom:2px;
	border-bottom:2px solid #ccc;
}

div.ieri-oggi ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
div.ieri-oggi ul li{
	margin-bottom:3px;
}