.news{
	/*border:1px solid #00ff00 ;*/
	width : 150px ;
	height : 130px ;
	overflow:hidden;
	position:relative;
	color:#000000;
	font-size:10px;
}

.notiziaAttuale{
	width : 100% ;
	height : 100% ;
	overflow:hidden ;
	/*background-color : #00ff00 ;*/
}

.notiziaSuccessiva{
	width : 100% ;
	height : 100% ;
	overflow:hidden ;
	/*background-color : #ff0000 ;*/
}

.news a {
	text-decoration: none; color:#70a70a; font-size:11px;font-weight: bold;
}

.news a:hover{
	text-decoration:underline;
}

.news span{
	color: #000000;
	font-size: 76%;
}
