.feed {
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
}
  
div.feedburnerFeedBlock p.date {
	font-size: 0.88em;
	color: #CC0000;
	margin: 10px 0px;
	padding: 0px;
			}
.feed ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0 0 20;
	padding: 0;
	font-size: 12px;
	line-height: 1.7em;
			}
		div.feedburnerFeedBlock span.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #0077aa;
			}
			.feed ul {
	padding: 0;
	margin: 0px;
			}  
		.feed ul li {
	
	list-style-type: none;
	padding: 0 0 20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px 0px 10px;
			}  
			
a:link {
	color:#58a;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
  }
a:visited {
  color:#58a;
  text-decoration:none;
  font-weight: bold;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  font-weight: bold;
  }			
