/* begin styles for RSS Feed */
/*
.rss_box { 	 
	 width: 280px;
	 margin:0;
	 padding:0;	 
}
.rss_box ul {
margin:0px;
padding:2px;
list-style:none;
}
.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;	
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;   
  margin: 1px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #009900;
	font-weight : bold; 
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	font-weight : bold; 
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}

li.rss_item {
margin-bottom:18px;
}

*/
ul.rss-items{
margin:0px;
padding:0px;
list-style:none;
}
li.rss-item a{
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #009900;
	font-weight : bold; 
}