@page {
  size: A4;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  font-family: Helvetica, sans-serif;
}

body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
    box-sizing: border-box;
}
