body {
  background: black;
  padding: 0px;
  margin: 0;
  font-family: "MYST", "Palatino", "Times New Roman", "Serif";
  font-size: 16px;
  color: white;
}
img {
  border: 0;
}
a {
  color: #ccc;
  text-decoration: underline;
}
.title {
  text-align: center;
  font-size: 26px;
  letter-spacing: -1px;
  padding: 10px;
  background: #442A13;
  color: white;
}
/* Gallery table */
.galleryTable {
  width: auto;
  clear: both;
  padding: 0px;
  margin: 0px auto 0px auto;
}
.gallery {
  margin: 0 auto 0 auto;
  padding: 5px;
  background: black;
  clear: both;
}
.galleryRow {
}
.galleryColumn {
  padding: 5px;
}
/* gallery image */
.galleryImage {
  text-align: center;
}
.caption {
  text-align: center;
}
.caption a:hover {
}
/* page */
.pageImage {
}
.galleryPage {
  background: black;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  clear: both;
}
.description {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: white;
}
/* navigation */
.navigation {
  background: #252525;
  padding: 4px;
  text-align: center;
  clear: both;
  font-size: 14px;
  color: white;
}
.pageIndex, .pagePrevious, .pageNext {
  display: inline;
  padding: 5px;
}
.currentLink {
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  display: inline;
  margin-right: 1px;
  background: #ccc;
  color: black;
}
.pageLink {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  color: #ccc;
  background: #222;
  margin-right: 1px;
}
.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  background: white;
  color: black;
}