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