$(function(){
			
	var cssObj = {
        fontFamily: "'Museo_300', Arial, Helvetica, 'Lucida Sans', 'Lucida Grande', Verdana, sans-serif",
        fontWeight: "normal",
        lineHeight: "1.45",
        fontSize: "1.2em"
      };
	
	$("body.single .entrybody p:first, body.home #feature-post .conny p:first, body.page .entrybody p:first, body.home #feature-post .conny p:first").css(cssObj);

});
