@import url("reset-min.css");

body {
  margin: 3em auto;
  width: 55em;
  font-size: 62.5%;
  line-height: 1.7;
  font-family: "droid-serif-1","droid-serif-2", serif;
}
h1 {
  font-size: 2.4em;
  margin-bottom: 0.472em;
}
  header h1 {
    font-size: 3.6em;
    padding: 0.684em 0 0.173em 0;
    margin-bottom: 0.381em;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid black;
    border-top: 4px solid black;
  }
h2 {
  font-size: 2.1em;
}
  body footer h2 {
    padding: 0.4em 0 0.1em 0;
    margin-bottom: 0.654em;
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 1px solid black;
  }
h3 {
  font-size: 1.8em;
}
p, ul, ol, dl {
  font-size: 1.4em;
  margin-bottom: 1.214em;
}
  body header p {
    margin-bottom: 0;
    font-style: italic;
    text-align: center;
  }
code {
  font-family: "droid-sans-mono-1", "droid-sans-mono-2", monospace;
  font-size: 1em;
}
ol li {
  list-style: decimal outside none;
}
ul li {
  list-style: disc outside none;
}
em,i {
  font-style: italic;
}
a {
  text-decoration: none;
  background-color: #FF9;
  border-bottom: 1px solid #FF3;
  border-right: 1px solid #FF9;
  padding: 1px 2px 0px 3px;
  color: black;
}
a:hover {
  background-color: #FFFF33;
}

