IE (9,8,7 thru Parallels on a Mac) is not, or only partially, rendering styles on certain links; same behaviour across the versions:
a[href^="javascript"] {
text-decoration:underline; font-size:inherit; color:white; }
a[href^="javascript"]:hover {background:#486; }
—neither the underline nor the hover background are rendered, and the color is the same as surrounding text, so the links are not apparent: but they work;
Bookmarks