Anchors/Links
a:link {}
a:visited {}
a:hover {}
a:focus { /* focus by keyboard (tab) navigation, not supported by IE 6 */ }
a:active { /* mouse down or mouse focus (mouse down, mouse out, mouse up), also focus by keyboard (tab) navigation in IE 6, must be after :active to take effect in FF */ }
a.active { /* manually applied class for navigation elements that are in the current path */ }