Foreground color missing in Pounder website
Brought to you by:
nimdok
The pounder web pages have markup like the following:
<body bgcolor="#003366" link="#000099" vlink="#000099"
alink="#000099">
This should be fixed to
<body bgcolor="#003366" link="#000099" vlink="#000099"
alink="#000099" text="#000000">
to make the pages accessible for people using a color
scheme of, for example, light blue or white on black.
Please note that this is a quick workaround to improve
usability. The web pages still have invalid markup. As
a medium-term goal, you should make sure your pages are
valid (X)HTML documents as per the published
specifications.