.latest_news p
{
	color:white;
	width:640px;
	margin: 0;
	padding: 0 1em;
	font-size: 1.5em;
	position: relative;
	top: -50px;
	margin-bottom:-50px;
	line-height: 50px;
	height: 50px;
	background: black;
	opacity: .7;
	filter:alpha(opacity=70);	
}

.latest_news p a {
	color:white !important;
}

.latest_news p a:hover {
	dext-decoration: underline;
}