.rss_box {
	 margin: 0;
	 width: 600px;
	 background-color: #white;
	 border: 2px #black;
	 text-align: left;
}
.rss_items {
	margin-top:0px;
	padding:0px; 0px;
	margin-left:0px;
	color:#000000;
}

.rss_title {
	padding:1px;
	font-size: 10pt;
	background-color: #ff1111;
	color:#000000;
	font-weight:bold;
	text-align: left;
}

.rss_item  {
  font-size: 9pt;
  list-style:;
  padding-bottom:0px;
}

.rss_item a {
	color:black;
	font-size: 9pt;
	font-weight:bold;
	}
.rss_title a:visited, .rss_title a:link {
	color: white;
}	
.rss_item a:visited {
	color: black;
}

.rss_date {
	font-size: 7pt;
	color: red;
	}