#newslist a {
	text-decoration:none;
	
}


hr {
	width:100%; 
	height:1px; 
	background: #fff;
}

#newslist li:hover {
	background-color:#fff;
}

#newslist li p {
	color:#cecece;
	}

#newslist li:hover p{
	color:#06145e;
}

