You apparently have two stylesheets both called stylesheet.css.
one of them contains the following:
Code:
body { margin-top: 0px; margin-left: 0px; }
H1{ font-family: Arial, Helvetica; color: #9A3334; font-size : 18pt; }
H2{ font-family: Arial, Helvetica; color: #9A3334; font-size : 16pt; }
H3{ font-family: Arial, Helvetica; color: #9A3334; font-size : 14pt; }
H4{ font-family: Arial, Helvetica; color: #9A3334; font-size : 12pt; }
p { font-family: Arial, Helvetica; color: #9A3334; font-size : 10pt; }
table { font-family: Arial, Helvetica; color: #9A3334; font-size : 10pt; }
li { font-family: Arial, Helvetica; color: #9A3334; font-size : 10pt; }
a:link { color : #000000; }
a:visited { color : #000000; }
a:hover { color : #606060 }
a:active { color : #606060}
img { border-color : #000000; }
The colors in this stylesheet are conflicting with the colors in the other stylesheet.
My suggestion: combine the stylesheets or delete one of them.