Styling links
Styling links with CSS is a huge improvement over <font> tags, but using common CSS syntax for links (the a tag, and selectors such as :link, :visited, and :hover) doesn’t exclude anchor tags from link styling. This article from Dave Baron offers a great standards-compliant solution.