.spazio0 {
	width: 800px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 1px solid #FF0000;
	margin-top: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
	float: left;

}
.rubrica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #009900;
	width: 146px;
	margin-right: 2px;
	margin-left: 2px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 20px;
	float: left;
}
.voce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #666666;
	background-color: #CCFFCC;
	width: 142px;
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: left;
	float: left;
}
.spazio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	background-color: #ffffff;
	width: 142px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
}
a.voce:hover {
	color: #FF0000;
	text-decoration: none;
	float: left;
}
a.voce {
	color: #000000;
	text-decoration: none;
	float: left;
}