Page in question:
http://famreflections.com/blogs
After I've visited a link in my blog, the hover effect is lost on that link.
Using the Wooden Mannequin theme.
Link code:
/* Links */
a:link {background-color:inherit; color:#996; font-weight:bold; text-decoration:none;}
a:hover {background-color:inherit; color:#828282; font-weight:bold; text-decoration:none;}
a:visited {background-color:inherit; color:#996; font-weight:bold; text-decoration:none;}
a img {border:0;}
Any ideas why this is happening?