/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 220px;
	 background-color: blue;
	 border: 3px solid yellow;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.1em; 0.1em;
	margin-left:0px;
	color: white;
}
p.rss_title {padding:0.5em;}
.rss_title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 80%;
	background-color:green;
	color:yellow;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
color:white;
  font-size: 0.6em;
  font-weight : normal;
  list-style:none;
  padding-bottom:.1em;
}

.rss_item a {
	color:yellow;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss_item a:visited {
	color:#330066;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: white;
	}