JQuery CSS Multiple
.css({
'font-size' : '10px',
'width' : '30px',
'height' : '10px'
});
Wild Weevil
.css({
'font-size' : '10px',
'width' : '30px',
'height' : '10px'
});
$('.ama').css('color','red');