On 03/12/2007, matt stone <stone.matthew at gmail.com> wrote:
> Try again, or even just this..
>
> a:visited {
> color: #000000;
> text-decoration: none;
> }
Shouldn't that be:
a:visited {
color: #fff;
text-decoration: none;
}