@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400italic,400);

body {
  background: #eeeedd;
  color: #000000;
  font: 1em 'OFL Sorts Mill Goudy', 'Sorts Mill Goudy', Georgia, serif;
  padding: 1em 0 3em;
}

header {
  text-align: center;
  margin: 3em 0 4em;
}

h1, h2 {
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-style: italic;
  font-size: 1.3em;
}

ul {
  list-style: circle;
  margin: 0 auto;
  width: 900px;
}

ul p {
    margin: 1rem 0 1rem -2rem;
}

li {
  width: 500px;
}

.vex-tabdiv {
  margin: 0 auto;
  width: 1000px;
}

div.vex-tabdiv .vex-canvas {
  border: none;
}

div.vex-tabdiv {
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 10px;
  color: #554;
  white-space: pre;
}

.list {
  width: 600px;
  font-size: 1.1em;
}

.list h1 {
  font-size: 1.3em;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}
