Have you ever noticed the dotted border around links that makes them look really rubbish.
Wordpress 2.5 Login Screen
Put this code in your CSS Stylesheet to remove them.
* :focus { outline: 0; }
Wordpress 2.7 Login Screen