/* no css just to show an unstyled feed
   and to provide a template for creating new styles */
   
 .rss_box { width:200px;padding-top:1px; padding-bottom:1px; padding-left:4px; padding-right:2px; 
 }
 
 .rss_title, rss_title a { color:#339966; font-size:12px;
 
 }
 
 .rss_items {
  
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {text-decoration:none;color: #666600; font-size:10px}

.rss_item a:hover { text-decoration:underline; 

}
	
.rss_date {

}


