/* scroller background: iframe BODY object */
.Back {
	background: transparent;
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
   color: royalblue;
}
.titolo {
	font-weight: bold;
   color: royalblue; 
}
.testo {
	/* empty */
    color: royalblue;
}
.testo p {
   margin: 0px;
   padding: 0px;
   display: inline;
}
a, a:link, a:visited {
   color: royalblue;
   font-weight: bold;
   text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
