@import url(/fonts/goudy-bookletter.css);

body {
  margin: 0;
  padding: 0;
  font-size: 300%; /* 60pt */
  background-color: #000;
  color: #fff;
}

[lang]:not([lang="en"]) {
  font-style: italic;
}

h1 {
  font-size: 1em;
  font-weight: normal;
}

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

body, pre {
  font-family: "Goudy Bookletter 1911", "Goudy Old Style", Garamond, Georgia, Times, serif;
}

span.amp {
  font-family: "Goudy Bookletter 1911", "Goudy Old Style", Garamond, Georgia, Times, serif;
  color: #f99;
}

ol {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

ol > li {
  width: 60%;
  height: 80%;
  margin: 20% auto 0;
  padding: 0;
  display: none;
}

ol > li.current {
  display: block;
}

@media print {
  body {
    font-size: 100%;
    background-color: #fff;
    color: #000;
  }
  ol, ol > li {
    width: auto;
    height: auto;
    margin: 0 0 0 5ex;
  }
  ol > li {
    display: list-item;
  }
}
