@charset "UTF-8";
/* CSS Document */
/* begin styles for RSS Feed 

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



.rss_box {
	width: 230px;
}



.rss_title, rss_title a {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 12;
	padding-bottom: 0;
	padding-left: 12;
}



.rss_items {
	list-style:none;
	margin:0;
	padding-top: 0;
	padding-right: 12;
	padding-bottom: 0;
	padding-left: 28px;
}



.rss_item  {

  font-size: x-small;

  margin-bottom: 1em;;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	color: #FFFFFF;


	}



.rss_item a:hover { 



	}

	

.rss_date {

	font-size: xx-small;

	}

