/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {
	width: 390px;
	background-color: #ffffff;
	padding: 0px;
	margin: 5px 5px 0px;
}

.rss-title, rss-title a {
	margin: 0px;
	padding: 0;
}

.rss-items {
	list-style:none;
	margin:0;
	padding:0;
}

.rss-item  {
	font-size: 12px;
	;
	line-height: 21px;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	color: #993300;
	text-decoration: none;
	}

.rss-item a:hover {
	text-decoration: underline;
	color: #669966;
	}

.rss-date {
	font-size: 12px;
	color: #333333;
	} 
