/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {

	 width: 160px;

	 background-color: #ffffff;

}



.rss_title, rss_title a {

	color: #005841;
	margin: 0px 0;
	padding: 0;
	font-weight:bold;
	

}



.rss_items {

       list-style:none;

       margin:0;

       padding:0;

}



.rss_item  {

  font-size: x-small;
  

  margin-bottom: 1em;;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {
color: #005841;
font-weight:bold;



	}



.rss_item a:hover { 

color: #d0bd85;
font-weight:bold;

	}

	

.rss_date {

	font-size: xx-small;

	}