.news {
	width: 315px; 
	float: left;
	margin-right: 25px;
}

.news ul {
	height: 537px;
	overflow: auto;
	width: 315px;
	padding:0;
	margin:0;

}

.news ul h4 {
	font-family: Georgia;
	font-size: 16px;
	color: #fff;
	font-weight: normal;	
	font-style: italic;
}

.news ul h6 {
	font-family: Georgia;
	font-size: 11px;
	color: #36acde;
	font-weight: normal;	
	margin-bottom: 9px;
}

.news ul p {
	font-size: 12px;
	color: #B2B2B2;
	line-height: 14px;
}

.news ul p a {
	color:  #36acde;	
	text-decoration: underline;
}


.news ul li {
	padding: 14px 0;
	border-bottom: 1px solid #B2B2B2;
}
