/* no css just to show an unstyled feed
   and to provide a template for creating new styles */
   
 .rss_box {
 
 }
 
 .rss_title, rss_title a {color: white;
 }
 
 .rss_items {color: white;   
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {color: #db9a00;
text-decoration: underline;
}

.rss_item a:hover { color: white; 
}
	
.rss_date {color: silver;
}

