/* get rid of those system borders being generated for A tags */
a:active {
	outline:none;
	margin: 0px;
	padding: 0px;
}

:focus {
	-moz-outline-style:none;
	margin: 0px;
	padding: 0px;
}
