/* no css just to show an unstyled feed
   and to provide a template for creating new styles */
   
 .rss_box { width:200px;padding-top:3px;
 
 }
 
 .rss_title, rss_title a { color:#fff; font-size:12px;
 
 }
 
 .rss_items {
  
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {text-decoration:none;color: #fff; font-size:10px}

.rss_item a:hover { text-decoration:underline; 

}
	
.rss_date {

}


