#Notizia a {
	text-decoration: none;
	color: #06F;
}

#Notizia a:hover {
	text-decoration: underline;
}







#Notizia {
	
	/* CARATTERISTICHE DELLA CASELLA DI TESTO */
	float: left;
	width: 500px;
	margin-left: 165px;
	margin-top: 30px;
	
	/* CARATTERISTICHE DEL TESTO */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	text-align: justify;
	color: #06F;
}

