/* begin styles for RSS Feed */

.rss-box {
	 width: 380px;
	 background:#EAEBE7; 
	 padding: 5px 8px 0px 10px;
	 border-left: 1px solid #666633;
	 border-right: 5px solid  #666633;
	 border-top: 1px solid #666633;
	 border-bottom: 5px solid #666633;
}

.rss-title, .rss-title a:link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold; 
	text-decoration:none;
	color: #990000;
	margin:5px;
	padding:0;
	text-align:center;

}

.rss-title a:visited, .rss-title a:active {
	color: #006600;
}

rss_title a:hover {
	text-decoration:underline;
}

.rss-items {
  
}

.rss-item  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  text-align:left;
  margin-bottom:.5em;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	font-size: 14px;
	font-weight : bold;
	color: #4d1979;
	}

.rss-item a:hover { 
	text-decoration : underline;
	color: #CC0000;
	}
 
/* end styles for UK Scout News RSS Feed */