Basic CSS Rollover/Mouseover for Links

(note: rollover doesn't work for anything but links in IE, well at least until IE7...now it works, but don't forget most haven't updated yet

Here's a link with a rollover: link. There are a few ways to do this with css...view the source code to see how I did this.
You can also control links by creating classes that apply just to them...again, view the code.
class nav link regular link

You can also do this with css contextual properties...in other words this is a link that is controlled based on where it is...in this case the link is part of a paragraph inside a div with an id of special. The link below is not inside the p tag so it acts differently

not in paragraph

View the source code to see how it's done