$(document).ready(function(){
	$(".news_item p:first").css("font-weight", "bold").addClass("news_item_first");
});