# unfortunately, the syntax of this style sheet is not yet
# synchronized with the draft specification

*         : margin.left = 4

h1        : font.family = helvetica; font.color = DarkGreen; font.size = 24pt

h2        : font.family = helvetica; font.color = DarkGreen; font.size = 18pt; font.style = roman & bold

h3        : font.family = helvetica; font.color = DarkGreen; font.size = 14pt; font.style = roman & bold

h4        : font.family = helvetica; font.color = DarkGreen; font.size = 12pt; font.style = bold

# address   : font.color = #008000
address   : align = left
address   : margin.left = 30
address   : margin.right = 30

b, strong : font.color = DarkRed
em        : font.color = DarkRed
a         : font.color = DarkRed

li        : margin.left = 20

