Zmień styl klas Divs JQuery
$('.className').css('color', 'red');
Perfect Peccary
$('.className').css('color', 'red');
$('.theClassThatsThereNow').addClass('newClassWithYourStyles').removeClass('theClassThatsTherenow');