I can make Firefox not display the ugly dotted focus outlines on links with this:
a:focus { outline: none
button::-moz-focus-inner { border: 0; }