Diese Seite enthält ein Stylesheet mit den Farbdefinitionen: Hintergrund = weiß & Schrift = schwarz
Änderungen mit addStyle():
addStyle("body { color: red; background-color: yellow; }");addStyle("body { font-size: 110%; }",0)rules ="p, li { font-style: italic; }\n";
rules+="/* code { color: green; } */\n";
rules+="#alertH { font-weight: bold; }\n";
addStyle(rules,1)addStyle("","print")