I used the #footer a selector before, but after removing #footer to make the change apply to all <a>'s on the page except the ones in a div with a class of .navbar, no links get the following selectors assigned: a:not(.navbar a),a:not(.navbar a):hover, a:not(.navbar a):active (also seen in Google Chrome element inspector)
I created 2 jsFiddles to represent what I'm trying to say:
I have to fix it again, so it applies to the entire page, except that one div.