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

