html {
  font-size:16px;
}

* html {
  font-size:100%;
}

html, div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;

  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-size:1em;
}

