It seems that a:visited won\'t work in showing background color on my links.
http://jsfiddle.net/davestein/D2srA/
What super simple thing am I missing?
!important always does the truck
a:active {color:#0000FF !important;} a:visited {color:#0000FF !important;}