*, body, body * {
  margin:0;
  padding:0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:solid #000 0;
  }

table {
  border-collapse:collapse;
  border-spacing:0;
  }

address, caption, cite, code, dfn, th, var {
  font-style:normal;
  font-weight:normal;}

ol, ul, li {
  }

caption, th, td {
  text-align:left;
  vertical-align:top;
  }

h1, h2, h3, h4, h5, h6 {
  font-size:1em;
  font-weight:normal;
  }
  
a img {
  border:none;
  }
