body {
  background-color: black;
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
}

a:hover {
  color: black;
  background-color: white;
}

a.inverse {
  color: black;
  background-color: white;
  text-decoration: none;
}

a.inverse:visited {
  color: black;
}

a.inverse:hover {
  color: white;
  background-color: black;
}

a.dark {
  color: blue;
  text-decoration: none;
}

a.dark:visited {
  color: purple;
}

a.dark:hover {
  color: red;
  background-color: white;
}

h1.title {
  font-family: Palatino,Serif;
  font-size: 4em;
  margin: 0px;
}

h2.title {
  font-family: Palatino,Serif;
  font-size: 2em;
  font-weight: normal;
  margin: 0px;
}

h3 {
  font-size: 1.8em;
  text-align: center;
}

h4 {
  font-size: 1.3em;
  margin-bottom: 0px;
}

h5 {
  text-align: center;
}

p.caption {
  font-size: 0.9em;
}

p.logotext {
  margin: 5px;
  padding: 10px;
  border: 2px solid black;
}

p.spacer {
  margin-top: 30px;
  margin-bottom: 30px;
}

p {
  font-size: 1.0em;
}

div.main {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

div.center {
  text-align: center;
}

div.article {
  background-color: white;
  color: black;
  margin: 20px;
  padding: 10px;
}

div.panorama {
  width: 800px; /* same width as panorama image */
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

div.floater {
  float: right;
  margin: 10px;
}

div.menu {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  text-align: center;
}
