/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {
	 width: 140px;
margin-left:0.5px;
}

.rss-title, rss_title a {
	margin: 0px 0;
	padding: 0;
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
}



.rss-items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss-item  {
  	font-family: Arial;
	font-size: 9px;
  margin-bottom: 1em;
text-decoration: none;
color:#ffffff;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
font-family: Arial;
	font-size: 9px;
  margin-bottom: 1em;
text-decoration: none;
color:#000000;

	}

.rss-item a:hover { 

	}
	
.rss-date {
	font-size: xx-small;
	}