﻿.rssFeed {
	border-left: 1px solid #C4D3EA;	
	border-right: 1px solid #C4D3EA;	
}

.rssFeed ul, .rssFeed li {
	font-size:.9em;
	margin-top: 5px;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

.rssFeed a
{
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover
{
	color: #255faa;
	text-decoration: underline;
}
.rssRow { padding: 0; }

.rssRow h4 { 
	font-size: 1.1em; 
	margin: .5em 1em;
}

li.odd {  
	background: #C4D3EA;
}
.even {  }
