Hi,
Normally w/o using CSS, I set visiting and link colors in the body tag like:
<body vlink="..." link="...">
I can't seem to figure out how to do this in CSS. I'm using topsytle and there doesn't seem to be a visiting-link or link attribute when I do:
body
{
}
ideas?