/* CSS per BOX NEWS - FABIO DONATANTONIO 2010 */
#box_news{
	width:270px;
	height:218px;
	border: 2px solid #808080;
	background-color:#fff;
	color:#000;
	padding:3px;
	text-align:justify;
	cursor:default;
}

#box_news p a {
	text-decoration: none; color: #000;
}

#intestazione_news{
	background-color:#000;
	line-height: 30px; text-align: center;
	color:#AACFEF; font-size: 16px; font-family: "Cooper Black", verdana, sans-serif;
	font-weight:bold;
	height:30px; margin: 3 1 0;
}

#news{
	float:left;
}

