At http://theatomicconservative.typepad.com/ when I click on any of my links the text at Subscribe to this blog's feed turns red (which is the color is should change to when clicked. The problem only occurs in IE 7, not IE 6 or Firefox Here is what I believe is the relevant CSS .module a:link { color: #1e77f5 } .module a:visited { color: #d22539; } .module a:hover { color: ##1e77f5; } .module a:active { color: ##1e77f5; } ul a{ display:block; width: 98%; line-height:1.4em; background-color:#1c1c1b; border: 1px solid yellow; text-decoration: none; text-align: center; font-family: arial, "lucida console", sans-serif font-weight:900; } ul a:hover { background-color:#000000; } Code (markup): Thanks for any ideas.