@charset "UTF-8";
/* CSS Document */



/* no css just to show an unstyled feed
   and to provide a template for creating new styles */
   
 .rss_box { 
 
 }
 
 .rss_title, rss_title a { display:none;font-size:1.4em;

 
 }
 
 .rss_items { list-style-position:outside;margin:15px;padding:0;padding-left:15px; font-size:1.2em; list-style-image:url(images/bullet_triangle.gif);
  
}

.rss_item{margin-bottom:10px;}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {padding:0 0 10px 0;margin-bottom:10px; color:#000099; font-weight:normal;
  
}

.rss_item a:hover { 

}
	
.rss_date {

}
