1
2H1{
3  color : white;
4  background-color : purple;
5  padding-left : 4px;
6  padding-top : 2px;
7}
8H2{
9  border-bottom-width : 5px;
10  border-bottom-style : groove;
11  margin-top : 3ex;
12}
13TABLE{
14  margin-top : 2ex;
15  margin-bottom : 2ex;
16}
17BLOCKQUOTE{
18  color : olive;
19}
20DT{
21  color : red;
22  margin-bottom : 1ex;
23}
24P{
25  font-weight : bold;
26  text-align : center;
27}
28