$("body").cssRule({ background:xxx });
$("h1,h2").cssRule({ color:xxx, background:xxx });
$("button").cssRule({ background:xxx });
$("*").cssRule(null);