* {
  position: relative;
}
div {
  display: block;
}
em,
i {
  font-style: italic;
}
b,
strong,
.bold {
  font-weight: bold;
}
small {
  font-size: 80%;
}
p {
  text-align: left;
  padding-bottom: 10px;
}
a {
  color: #005c0d;
  text-decoration: none;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear;
  -moz-transition: color 0.15s linear, background-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear;
}
a:link,
a:visited {
  color: #005c0d;
}
a:hover,
a:active {
  color: #005c0d;
}
a.button {
  display: inline-block;
  padding: 5px 8px 2px 8px;
  color: #fff;
  background-color: #005c0d;
  text-shadow: none;
}
a.button:hover,
a.button:active {
  background-color: black;
}
body {
  background-color: #f2f2f2;
  font-family: 'Old Standard TT', serif;
  font-size: 100%;
  line-height: 100%;
  color: #000;
  text-shadow: 1px 1px 0px #fff;
}
#page {
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 0.9em;
  line-height: 1.2em;
}
h1 {
  font-size: 4em;
  line-height: 1em;
  font-weight: bold;
  color: #005c0d;
  margin-bottom: -10px;
}
dl,
ol,
p {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #005c0d;
}
dt,
dd,
li,
p {
  display: block;
  font-size: 1.65em;
  line-height: 1.20em;
}
dt,
li {
  font-weight: bold;
}
dd + dt {
  border-top: 1px dotted #005c0d;
  padding-top: 15px;
  margin-top: 10px;
}
li + li {
  padding-top: 10px;
}
.details {
  display: block;
  color: #7f7f7f;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 520px) {
  #page {
    width: auto;
    margin: 0 10px;
    padding: 10px 0;
  }
}
