@charset "utf-8";
/* CSS Modulo Notizie*/


/* Visualizzazione Box*/


.box_testata {
	font-family: verdana;
	font-size: 11px;
	color: #F00;
	font-weight: bold;
}


.box_giorno {
	font-family: verdana;
	font-size: 22px;
	color: #F00;
	font-weight: bold;
}

.box_news {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;

}
.box_leggi {
	font-family: verdana;
	font-size: 10px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

