/* begin styles for RSS Feed 

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



.rss_box {
	border: thin solid #03598c;
	padding: 2px 10px 10px 10px;
	margin: 2px 10px 10px 10px;
	width: 300px;
	background-color: #faf9f8;


}



.rss_title, rss_title a {

	margin: 10px 10px 0px 10px;
	padding: 10 10 0 10;


}



.rss_items {

       list-style:none;
       margin:0;
       padding:0;

}



.rss_item  {

  font-size: small;
  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;

	}
	
	
