/* no css just to show an unstyled feed
   and to provide a template for creating new styles */
   
 .rss_box {
 
 }
 
 .rss_title, rss_title a {
 }
 
 .rss_items {
	font-family: "Arial";
	font-size: 10pt;
	color: #EBDAB1;
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-family: "Arial";
	font-size: 15pt;
	color: #E1C405;
}

.rss_item a:hover { 
}
	
.rss_date {
	font-family: "Arial";
	font-size: 9pt;
	font-style: italic;
	color: #EBDAB1;

}


