.rss_box {
	 margin: 1em;
	 width: 98%;
	 background-color: #EEE;
	 border: 2px solid silver;
	 
}
.rss_items {
	margin-top:2px;
	padding:0.8em; 0.8em;
	margin-left:2px;
	color:#000000;
}
p.rss_title {padding:0.8em;}
.rss_title {
	font-size: 10pt;
	background-color: silver;
	color:gray;
	font-weight:bold;
	text-align:left;
}

.rss_item  {
  font-size: 8pt;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	color:navy;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss_item a:visited {
	color: black;
}

.rss_date {
	font-size: 8pt;
	color: red;
	}
