/* CSS Document */

/*CSS per gli scroller RSS*/

#ticker {
	width: 200px;
	height: 2.4em;
	border: 1px dashed #000;
	padding: 5px;
	background-color: lightyellow;
	margin:10px 0;
	text-align:left;
}

#box {
	width: 750px;
	height: 50px;
	border: 1px solid #000;
	padding: 5px;
	background-color: transparent;
	margin: 10px 0;
	text-align: left;
	font-size: 11px;
}

.rssclass .rssdate {
	color: gray;
}

.rsstitle {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0;
}
.rssclass a {
	text-decoration: none;
}
