@-ms-viewport {
  width: device-width;
}

body {
  background: #030;
  color: #ffc;
  margin: 1%;
  font-family: serif;
  line-height: 150%;
}

h1 {
  font-family: sans-serif;
  font-size: larger;
  margin: 3% 0;
}

h1.i {
  font-family: serif;
}

p {
  margin: 2% 0;
  text-indent: 2em;
}

ol {
  margin: 0 0 0 2em;
  padding: 0;
}

li {
  margin: 2% 0;
}

li p {
  margin: 0;
  text-indent: 0;
}

footer {
  font-size: smaller;
}

:link {
  color: #fff;
}

:visited {
  color: #cc9;
}

.fn {
  font-size: smaller;
  list-style: none;
  padding: 0 0 0 1em;
}

.i {
  font-style: italic;
}

.large {
  font-size: larger;
}
