/**
 	*
	* HOME PAGE
 	*
**/

#contenuto dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 18px;
	margin-bottom: 8px;
}
#contenuto dt span {
	color: #FF6600;
	text-decoration: underline;
}
.icona {
	text-align: center;
	float: left;
	width: 90px;
}
.news {
	padding: 15px 20px;
	margin-left: 100px;
	text-align: justify;
}

#info {
	margin: 8px 16px;
}
#statistiche {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 15px 0 0 0;
}
#statistiche span {
	background-image: url(../images/stat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 25px;
}
