First page Back Continue Last page Graphics
External example
Text that appears in the basic.css style sheet document:
h2 {font-family: sans-serif; font-style: italic; color: #0f0;}
p {font-family: monotype; font-style: bold; color: red; }
Text that appears in the print.css style sheet document:
h2 {font-family: Book Antiqua, serif; font-style: italic; }
p {font-family: Courier, monotype; font-style: bold; }