From: dorayme on
In article
<dennism3-ya02408000R0602101953330001(a)news.datemas.de>,
dennism3(a)dennism3.invalid (Dennis M) wrote:

> I was hoping someone could tell me how to modify this page so that visited
> links will be a gray color, let's say #737373.
>

a:visited {color: #737373; background: #whatever_you_want;}

<http://htmldog.com/guides/cssintermediate/pseudoclasses/>

--
dorayme