.rss-box {
	width: 150px;
	background-color: #E9D99A;
}
.rss-items {
	margin-top:0px;
	margin-left:0px;
	color: Black;
}
p.rss-title {}
.rss-title {
	text-decoration: none;
	font-size: 12px;
	background-color: #e9d99a;
	color: Black;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
	font-size: 12px;
	font-weight : normal;
	list-style:none;
}

.rss-item a {
	color:blue;
	text-decoration : none;
}

.rss-item A:Visited  {
	text-decoration : none;
	color : #0000FF;
}

.rss-item A:Active  {
	text-decoration : underline;
	color : #9900CC;
}

.rss-item A:Hover  {
	color : #9900CC;
	text-decoration : underline;
}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #5c3317;
}
