It's been researched and proven that black text on a plain
white background sells stuff better than any other
combination. If it's good enough for David Ogilvy
(marketing guru) then it's good enough for me!
It can be tempting to have a 'tasteful' watermark
background incorporating your company logo, but no matter
how nice it looks, it's interfering with the text and
making it harder to read.
While I'm on the subject of copywriting, there's something
else. A reader can't concentrate on large blocks of text. I
know I can't. You should break your document up into
bite-sized paragraphs, each with its own heading to give
the reader something to focus on. If you can learn how to
use definition lists, all the better. The <DL> tag
was in the first-ever HTML spec, but it seems to be a lost
art these days. Do you see how my headings stick out to the
left, to catch the reader's eye? The structure is very
simple. Only three tags:
<DL> <!-- begin definition list -->
<DT><H3>Title</H3>
<!-- definition title. It doesn't have to be a
title, it just means that the text will be flush to the
left -->
<DD> Indented text
<DT><H3>Title</H3>
<DD> Indented text
</DL> <!-- end definition list -->