1H4{
2	left				        : 16px;
3	position			      : relative;
4	border-bottom-style : solid;
5	border-bottom-width : 1px;
6	border-color 		    : yellowgreen;
7	padding-left		    : .3em;
8}
9
10DL{
11	padding-left		    : 1.5em;
12}
13
14DL DL{
15	padding-left		    : .5em;
16}
17
18DT{
19	border-top-style  	: none;
20	border-left-style 	: none;
21	border-bottom-style : dotted;
22	margin-left			    : 1px;
23	margin-bottom		    : 1px;
24	border-bottom-width : 1px;
25	border-color 		    : yellowgreen;
26	display				      : inline;
27	padding-left		    : .3em;
28	padding-right		    : 1.2em;
29	font-size			      : 1.1em;
30	font-weight			    : bold;
31}
32
33DL DL DT{
34	font-weight			    : normal;
35	border-style		    : none;
36}
37
38DD{
39	margin-left			    : 1.5em;
40}
41
42TABLE.argument{
43}
44
45TABLE.argument TD.name{
46  width               : 120px;
47  background-color    : #ffffe8;
48}
49
50TABLE.argument TD.description{
51  width               : 520px;
52}
53
54
55TABLE.const{
56  width               : 500px;
57}
58
59TABLE.argument TD.description TABLE.const THEAD TD{
60  background-color    : #C0C0C0;
61}
62
63TABLE.argument TD.description TABLE.const TBODY TD.name{
64  width               : 150px;
65  background          : none;
66}
67
68TABLE.argument TABLE.const TD.description{
69  width               : 350px;
70}
71
72TR.reserved TD{
73  color               : gray;
74}
75
76TABLE.argument VAR{
77  font-weight         : bold;
78}
79
80.caution{
81  color               : red;
82}
83
84BLOCKQUOTE.prompt{
85  font-family         : "monospace";
86  background-color    : black;
87  color               : white;
88  padding             : 0.5em;
89}