.rssFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 300px;
	height: 100px;
	//margin-bottom: 2em;
}
.rssFeed a
{
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover
{
	color: #000;
	text-decoration: underline;
}

.rssHeader { //padding: 0.2em 0; }

.rssBody { border: 1px solid #369; }
.rssRow h4, .rssRow p, .rssRow div
{
	margin: 0;
	//padding: 0.5em;
}

#ticker1 .odd { background-color: #e8fce8; }
#ticker1 .even { background-color: #d4e8d4; }
