CSS Links
You can format links using the pseudo-classes :link, :visited, :hover, and :active;a:link { your formatting }
a:visited { your formatting }
a:hover { your formatting }
a:active { your formatting }
a:visited { your formatting }
a:hover { your formatting }
a:active { your formatting }
You can enter as many property: value pairs as you like.
Notce the order the pseudo-classes are listed in. If you change the ordering, the styles lower in the list will affect those that come above them.


