.feed {
	clear: both;	
}
.feed ul {
	margin: 0px;
	padding: 0px;
}
.feed ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	text-indent: 0 !important;
	list-style-type: none;
	padding: 0 0 20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px 0px 10px;
			}  
			
.feed ul li a:link {
	color: #f7ec54;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
  }
.feed a:visited {
  color: #f7ec54;
  text-decoration:none;
  font-weight: bold;
  }
.feed a:hover {
  color: #FFFFFF;
  text-decoration:underline;
  font-weight: bold;
  }			
