CSS, HTML: Remove the dotted line around the clicked element
/* Remove dotted outline in Firefox and IE */ a, a:active, a:focus { outline: 0; }