.rss_box {
	 margin: 1em;
	 width: 98%;
	 background-color: #EEE;
	 border: 1px solid silver;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss_title  { color: #808080; padding: 0.5em }
.rss_title {
	font-size: 8pt;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

.rss_item   { color: #808080; font-size: 7pt; list-style-type: none; list-style-position: ; padding-bottom: 1em }

.rss_item a  { color: #000; font-weight: bold; font-size: 9pt }
	
.rss_item a:visited {
	color: black;
}

.rss_date  { color: #808080; font-size: 7pt }

