Oct 29

To remove the klick outline in firefox. Use the following in your css.

a {
	outline: none;
}