@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: 200px;

}



.rss_title, rss_title a:link, .rss_item a:visited, .rss_item a:active {
	font-size: 20px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-weight: bold;
	text-decoration: none;
	color: #AA2929;
}



.rss_items {

       list-style:none;

       margin:0;

       padding:0;

}



.rss_item  {

  margin-bottom: 1em;;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {



	}



.rss_item a:hover { 



	}

	

.rss_date {

	font-size: x-small;

	}