//revising Ankur's answer //Syntax: $(selector).css({property-name:property-value}); //Example: $('.bodytext').css({'color':'red'});