.rss-box {
	 width: 250px;
	 background-color: #FFDFBF;
}

.rss-title, rss-title a {
	background-color: #993333;
	font-size: 16px;
	font-weight: bold;
	line-height:140%;
	margin: 0px 0;
	padding: 1;
	color: #FFCC99;

}
.rss-items {
       list-style:none;
       margin:0;
       padding:3;
}
.rss-item  {
	font-size: 12px;
				font-weight: normal;
	color: #993300;
			margin-left: 10px;
		text-indent: -20px; 

  margin-bottom: 3;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
			font-weight: bold;

	}
.rss-item a:hover { 
	}
.rss-date {
	font-size: xx-small;
	} 
