img { border-style: none }

body {
  font-family: Lucida Sans Unicode, Lucida, sans-serif;
  font-size: 14px;
  color: #808080;
  background-color: #000000;
  margin-top: 30px;
  margin-bottom: 120px;
}

h1 {
  font-size: 22px;
  font-family: Copperplate Gothic Light, serif;
  font-variant: small-caps;
  font-stretch: extra-expanded;
  color: #663531;
  text-align: center;
}

a:link { color: #8f4a45; text-decoration: none; }
a:visited { color: #523166; text-decoration: none; }
a:hover { color: #FF8A15; text-decoration: underline; }
a:active { color: #666600; text-decoration: none; }

.photo { background-color: #330000; }

.footnote { font-size: small }

.notes {
  font-family: Copperplate Gothic Light, Helvetica, sans-serif;
  font-size: large;
  color: #b75935;
  text-align: center;
}


