Pseudo-class
* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.
* a:active MUST come after a:hover in the CSS definition in order to be effective.
Pseudo-classes and CSS Classes
*Pseudo-classes can be combined with CSS classes: If the link in the example above has been visited, it will be displayed.