This example demonstrates different style classes of hover links.
Global element selectors for hover links like used in the previous example will apply to all links, which is not desirable in most situations.
The rest of the explanation for this example is in the source code.
Chicago Cubs Page
This style of link is quite common on sites such as news sites where it's obvious that the page contains long lists of links.
But you wouldn't want a link embedded in a sentence
to be styled without underlines because it's not obvious that it's a link.
Chicago Bulls Page
This link looks similar to the first one, but the hover state is underlined like a normal link.
It is very common to "toggle" the underline (off/on) like above, or (on/off) if you prefer the link to be
initially underlined for the the hover state to remove it.
Chicago Bears Page
Surprised by this link? It's ok to get creative with hover links, but in practice usually not this creative!
Chicago Blackhawks Page
Yikes! Just some good clean fun here. You definitely don't want to do this in practice.