.RSSFeed.Classic {
	background-color:#fff;
	float:left;
}

.RSSFeed.Classic .PostText {
	padding: 5px;
	color: #000;
	font-weight: normal;
	text-align: justify;
}

.RSSFeed.Classic a,
.RSSFeed.Classic a:hover {
	color: blue;
	text-decoration: underline;
}

.RSSFeed.Classic a:visited {
	color: grey;
}
.RSSFeed.Classic .Head{
	padding: 5px;
	font-weight: normal;
}
.RSSFeed.Classic .FeedName {
	font-size:14px;
	font-weight: bold;
}

.RSSFeed.Classic .FeedName img {
	padding:0 4px 0 0;
}

.RSSFeed.Classic .PostHeadlineColumn {
	background-color: #e0e0e0;
	padding-left: 5px;
	clear:both;
}