#LatestNews .box p a{
	font-weight: normal;
	color: inherit;
	text-decoration: inherit;
}
#LatestNews .box > ul li{
	border-bottom: thin solid;
	border-bottom-color: black;
	width:100%;
}

#LatestNews .box > ul li:last-child{
	border-bottom: none;
	border-bottom-color: black;
	width:100%;
}

#LatestNews .box a.read-more{
	font-weight: normal;
}

#LatestNews .box li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#LatestNews .box li > h3 a {
	font-weight: bold;
}

#LatestNews .box .content p {
	margin-bottom: 5px;
}