.space_tit {
    clear: both;
    height: 14px;
}

.rssFeed {
   font-family: Arial,Helvetica,sans-serif;
    font-size: 75%;
    height: 255px;
    line-height: 20px;
    margin-bottom: 2em;
    overflow: hidden;
    width: 323px;
}
.rssFeed a {
	 color: #A7803F!important;
	 font-weight:bold;
	text-decoration: none;
	display:block;
	float:left;
    width: 350px;
	overflow:hidden;
	clear:left;
}
.rssFeed li{
    margin-left: -13px;
    overflow: hidden;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}
.rssHeader { padding: 0.2em 0; }

.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
}
.rssRow h4 a{
    color: #990000!important;
    text-decoration: none!important;	
	border:1px solid red;
}
.rssFeed ul{
	list-style-type:none!important;	
}
