Page is a not externally linkable
lucy24 - 4:43 pm on Oct 24, 2011 (gmt 0)
I meant that the class "visited" (which you would probably want to call by a different name) is not the same as the pseudo-class "visited". A class is something you define yourself based on your own rules; a pseudo-class is intrinsic to CSS.
So if you say a.beenthere {blahblah}
you can write your code to change the class of any given link as needed. Using :visited is trickier.