html {
}

body {
  background: #000;
  color: #880;
  font-family: 'open sans', arial, sans-serif;
  margin: auto;
  width: 50%;
}

h1
 {
  /* font-weight: normal;
  */
  margin: 25px 0px;
  line-height: 1.2;
}

h2,
h3,
h4,
h5,
h6 {
  /* font-weight: normal;
  */
  margin: 25px 0px;
  line-height: 1;
}



img {
  max-width: 100%; height: auto;
}

th {
  text-align:left;
}

