There is no pseudoclass alink or vlink.So it's a:link, a:visted, a:hover, a:activeI suggest you declare all of those as basic link colors somewhere in your stylesheet and declare them in this order link, visted, hover, active.If you declare them in your stylesheet and then fix the areas you use the wrong pseudoclasses, you should hopefully be good to go.Always run your code through the validators. unvalid code is the #1 cause of display problems in browsers.Cheers.