html { overflow: -moz-scrollbars-vertical; }

:focus { -moz-outline-style: none; }


a:hover, a:active, a:focus {
    outline: none;
}
a {
   outline: 0;
}

object, embed {
  outline: 0;
}
