
#newsbox {
	clear: left;
	width: 600px;
	border-bottom: 1px solid #6185C9;
	margin-bottom: 20px;
	margin-left: 20px;
}

#newsbox .titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #6185C9;
	margin: 0px;
}

#newsbox .giorno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #C0C0C0;
	margin: 0px;
}

#newsbox .foto {
	float: left;
	text-align: left;
	width: 102px;
	border: 0px solid #000000;
}

#newsbox .titolo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #6185C9;
	margin: 0px;
}

