.rssFeed {
	text-align:left;
	background-color:#FAFAFA;
}
.rssFeed .feed {
	color: #666666;
	border-bottom: 1px solid #aaa;
	padding-left:2px;
	padding-right:1px;
	margin-top: 4px;
	width:89%;
}
html>body .rssFeed .feed {
	border-bottom:none;
}
.rssFeed .feed-date {
	width:4.2em;
	float:left;
}
.rssFeed a {
	color:#000;
	width:65%;
	display:block;
	float:left;
}
.feed-desc {
	font-size:9px;
	text-align:justify;
}