# You will need Arena or emacs w3 to decode the style sheet below

h1        : font.color = DarkGreen; margin.top = 10
h1.center : align = center
h1.caps   : font.size = 22; oversize.font.size = 28; font.style = bold & big-caps

h2        : font.color = DarkRed
h2.caps   : font.size = 14; oversize.font.size = 18; font.style = bold & big-caps

h3        : align = left
h3        : margin.left = 0
h3        : font.color = #900000

ul        : margin.left = 30
ul        : margin.top = 4
ul        : margin.bottom = 4

(ul(li))  : font.color = DarkGreen

dl        : margin.left = 30
(dl(dt))  : font.color = DarkGreen
(dl(dd))  : font.style = italic

/h1 p/    : font.style = bold

address   : font.color = DarkGreen
address   : align = left
address   : margin.left = 30, margin.right = 30

em        : font.color = #009000
a         : font.color = #0050C0

h4        : margin.left = 0
h5        : margin.left = 0
h6        : margin.left = 0

$HTML-SOURCE: font.family = courier; font.size = 12pt; font.color = white; back.color = black


