.rssFeed {
	margin-bottom: 15px;
}

.rssChannel {
	margin-top: 0;
}

.rssChannelTitle {
	font-weight: bold;
	text-decoration: none;	
}

.rssChannelTitle:hover {
	text-decoration: underline;	
}

.rssChannelBuildDate {
	font-style: italic;
}

.rssItems {
	margin-left: 20px;
}

.rssItems dt {
	margin-bottom: 10px;
}

.rssItems dd {
	margin-bottom: 20px;
}

.rssItemTitle {
	text-decoration: none;	
}

.rssItemTitle:hover {
	text-decoration: underline;	
}

.rssItemPubDate {
	font-style: italic;
}

.rssItemDesc {
	margin-left: 10px;
}
