/*CSS per gli scroller RSS*/
#ticker {
	width: 130px;
	height: 2.4em;
	border: 1px dashed #000;
	padding: 5px;
	background-color:#E1E1E1;
	margin:0px 0;
	text-align:left;	
}

#box {
	width: 171px;
	height: 160px;
	border: 0px solid #000;
	padding: 1px;
	margin: 0px 0;
	text-align:left;
	font-size:0.65em;
	color:#333333;
	font-family:"Lucida Grande",Verdana,Helvetica,sans-serif;

line-height:130%;
}

.rssclass .rssdate {
	color:#333333;
}

.rsstitle {
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0;
}
.rssclass a,
.rssclass a:link,
.rssclass a:active,
.rssclass a:visited
.rssclass a:hover,
.rssclass a:focus {
	text-decoration: none;
	color:#990000;
}

