Links are one of those things that are in every website so it is pretty important that you get them right. While I can't take the credit for this trick I can attest to the hours that this tool has saved me in tracking down odd css link related behavior. The trick? A link stack. I don't know if that is what it is really called but that is what I am calling it and here is how it goes. The link and active states can be defined together like so: a:link, a:active{ text-decoration: none;...