html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  line-height: 100%;
  font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
  width: 100%;
}

html>body {
  font-size: 10px;
}

table {
  font-size: 100%;
}

a img {
  border: 0 transparent none;
}

#content {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 5em 0;
  color: #4d4e3b;
}
#content p {
  font-size: 1.2em;
  line-height: 1.5em;
}
#content h1 {
  color: #d67e1d;
  font-family: Georgia, serif;
}
#content h2 {
  font-size: 1.2em;
  margin-top: 3em;
}
