body {
  font-family: sans-serif;
  width: 40em;
  margin: 1em auto;
  line-height: 1.5;
  color: #555;
  background: #eee;
}

h1, h2, h3, h4, h5, h6 {
  color: #f80;
  margin-left: -1em;
  text-shadow: 2px 2px 2px #cd5600;
}

h1 {
  line-height: 1.2;
}

h1 a {
  display: block;
  font-size: 50%;
  text-shadow: none;
}

address {
  border-top: 1px solid #ddd;
  padding: 1ex;
  text-align: center;
  font-size: 80%;
}

#newring {
  border-top: 1px solid #ddd;
  padding: 1ex;
  font-size: 80%;
  text-align: center;
}

pre {
  padding: 0.5ex 1ex;
  background: white;
  box-shadow: 2px 2px 4px #ddd;
}

p > code {
  border: 1px solid #edc;
  background: white;
  padding: 0.25ex 0.5ex;
}
