
#ticker {
	width: 200px;
	height: 2.4em;
	border: 1px dashed #000;
	padding: 5px;
	background-color: lightyellow;
	margin:10px 0;
	text-align:left;
}

#box {
	/*width: 500px;*/
	/*width: 90%;*/
	width: 214px;
	height: 240px;
	padding: 2px;
	/*background-color: #182d4c;*/
	margin: 5px 0;
	text-align: left;
	font-size: 12px;
	color: #AACCFF;
	overflow: scroll;
}

.rssclass .rssdate {
	color: gray;
}

.rsstitle {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0;
}
.rssclass a {
	text-decoration: none;
}
