body { font-family:Verdana,"Times"; background-color:#FFFFEE; font-size:12pt; color:#000000; width:80%; } /* background-color:#EFFFEF; */

<!-- headers -->
h1.top { text-align:center; font-size:160% ; color:teal; font-weight:bold; }

h2.center { text-align:center; } /* not used */
h2.top { text-align:center; font-size:140% ; color:#00AAFF; font-style:italic; line-height:25%; margin-bottom:24pt; }
<!-- black, large, bold -->
div.ha { font-family:Verdana,"Times"; font-weight:bold; font-size:120%; margin-bottom:12pt; }
<!-- black, standard size, bold -->
div.he { margin-left:5mm; font-family:Verdana,"Times"; font-weight:bold; }
<!-- color?, standard size, attempt to get rid of top and bottom margins -->
p.h1 { color:#0055FF; font-style:italic; line-height:25%; } /* font-size:120% ; */

<!-- paragraphs -->
<!-- attempt to get rid of top and bottom margins -->
p.small { line-height:25%; }
<!-- bottom margin -->
div.paranorm { margin-bottom:12pt; }
<!-- no bottom margin, indented -->
div.parainde { margin-left:5mm; text-indent:5mm; }
<!-- bottom margin, indented, hanging -->
div.parablockout1 { margin-bottom:12pt; margin-left:10mm; text-indent:-5mm; }
<!-- bottom margin, indented -->
div.parablockin1 { margin-left:10mm; margin-bottom:12pt; }
<!-- no bottom margin, hanging -->
div.ref { margin-left:1cm; text-indent:-0.5cm }
<!-- bottom margin, indented, hanging = same as parablockout? -->
div.reflast { margin-left:1cm; text-indent:-0.5cm; margin-bottom:12pt; }