body { font-size: 80%; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
p { font-size: 1em; }
h1 { color: black; }
h2 { color: blue; }
p { color: navy; }
p { background-color: lime; }
h2 { font-weight: bold; }
body { font-family: arial, helvetica; }
p { text-indent: 1em; }