Modifying anchors with CSS

Here's an anchor to the index page

Definitions

a:link ordinary link that hasn't been visted yet, mouse isn't over it

a:visited A link that has been visited within this section, mouse isn't over it

a:hover A link of any type that has the mouse currently over it

Notes