   /*         NEWS SCROLL          */
body {
	margin: 0;
	background-image: url(images/sfondo_news.gif);
  }

#marqueecontainer{
	position: relative;
	width: 160px;
	height: 123px;
	overflow: hidden;
	border-top: 2px solid orange;
	border-bottom: 2px solid orange;
}
#vmarquee {
	margin: 4px;
	margin-top: 10px;
}


#vmarquee h3 {
	font-size:13px;
	margin:0 0 .5em 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
}  
#vmarquee p {
	font-size:12px;
	margin:.5em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#vmarquee a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#vmarquee a:hover {
	color: #FFFF00;
}

.titolo_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000099;
}
.titolo_news a{
	text-decoration: none;
	color: #000099;

}
.titolo_news a:hover{
	text-decoration: none;
	color: #FFFF99;
}
