1BODY
2{
3  background-color: #ffffff;
4  color: #000000;
5}
6
7H1, H2, H3, H4
8{
9  font-family: sans-serif;
10  border-bottom: thin #888888 solid;
11  background-color: #dddddd;
12}
13
14H1
15{
16  font-size: 200%;
17  margin-left: 0.125in;
18}
19
20H2
21{
22  font-size: 150%;
23  margin-left: 0.25in;
24}
25
26H3
27{
28  font-size: 125%;
29  margin-left: 0.375in;
30}
31
32H4
33{
34  font-size: 110%;
35  margin-left: 0.5in;
36}
37
38P,DL,UL
39{
40  margin-left: 0.5in;
41}
42
43DT
44{
45  font-weight: bolder;
46}
47