#blog_view {
	overflow:auto;
	height: auto;
	width:350px;
	float: left;
	line-height: 25px;
}

#blog_view a  {
	color: #999900;
	text-decoration: none;
	} 

#blog_view a:hover {
	color: #F60;
	text-decoration: none;
	}


#blog_view ul li.rss_li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left:-30px;
	padding-top: 5px;
	padding-bottom: 5px;	
	}
