/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */
.rss-box {
	 width: 133px;
	 background-color: #ffffff;
}
.rss-title, rss-title a {
	margin: 0px 0;
	padding: 0;
}
.rss-items {
    list-style: none;
    margin: 0;
    padding:0;
}
.rss-item  {
	line-height: 1.2em;
	margin-bottom: 6px
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	}
.rss-item a:hover { 
	}
	
.rss-date {
	font-size: xx-small;
	}
