/* File name: */ /* style-examples.css */ /* With a display copy named as: */ /* style-examples-css.txt */ /* Both are stored in: */ /* http://www.unh.edu/NIS/Courses/CSSintro/Examples/ */ /* Style sheet for CIS/SMOG/NIS CSS style examples */ /* jwc. 1/99 */ BODY { margin-left: 2em; } H1, H2, H3, H4 { font-family: Times,serif; color: black; background-color: white; }