body {
  background: #fff;
  color: #666;
  font: normal 1em Arial, sans-serif;
  font-size: 1.5em;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5%;
  line-height: 1.25em;
}

div.header { /* used for picture headers */
  text-align: right;
  margin-right: -5%;
}

div.gallery {
  text-align: center;
  text-decoration: underline;
  font: italic 1.75em serif;
}

div.back {
  text-align: left;
  font-size: 75%;
  margin-left: -10%;
  margin-top: 6em;
}

div.navPane {
  position: absolute;
  width: 20%;
  margin-top: 4%;
  margin-left: -15%;
  padding: 0;
  text-align: right;
}

div.logoPane {
  margin-top: 10%;
  margin-bottom: 10%;
  margin-left: -30%;
  text-align: center;
  padding: 0;
}

div.copyright {
  margin-top: 20%;
  font-size: 0.5em;
  line-height: 1.25em;
  text-align: center;
}

p.space { margin-top: 3em; }

h1 {
  font: bold 2em sans-serif;
  line-height: 1.25em;
  margin-bottom: 0;
}

h1.title {
  font: bold italic 2em serif;
  text-align: center;
}

cite {
  font: italic 1em serif;
  vertical-align: middle;
  color: black;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

A:link {
  color: #000;
  text-decoration: underline;
}

A:visited {
  color: #000;
  text-decoration: underline;
}

A:hover {
  color: #f00;
  text-decoration: none;
}
