html {
  background: #f4efeb;
}

body {
  background: #fff;
  padding: 0 15px 15px 15px;
  width: 730px;
  margin: 30px auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

#hd {
  margin-bottom: 2em;
}

#bd {
  margin-bottom: 4em;
}

#ft {
  padding: 10px;
  background: #eee;
  font-size: 12px;
  color: #333;
}

#bd cite {
  font-size: 11px;
  color: #666;
  font-style: italic;
}

h1,h2, h3 {
  color: #ba1820;
  font-family: baskerville, times, serif;
  font-weight: normal;
  font-style: italic;
}

h1 {
  padding-top: 15px;
  font-size: 3.4em;
  margin-bottom: 0;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.6em;
  color: #000;
}

cite {
  font-style: normal;
}

a {
  color: #ba1820;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

code {
  font-weight: bold;
}

pre {
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

table th {
  text-align: left;
  background: #eee;
}

table th, table td {
  padding: 7px 100px 5px 15px;
}

table td {
  border-bottom: 1px solid #eee;
  color: #333;
}

ul.download li {
  width: 200px;
}

ul.download li  a {
  padding: 5px 10px;
  display: block;
}

ul.download li a:hover {
  background: #eee;
} 

