$(document).ready(function()
	{

$('.news-list-item > h3 > a:first').css('color','#8CAAC3').css('text-decoration','underline');

});