body {
  font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
  text-align: center;
  color: black;
  background: #fff;
}

#title {
  z-index: 2;
}

.pagenumber {
  font-family: "Georgia", "Times New Roman", serif;
  color: #333;
  font-size: large;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 2em;
  z-index: 1;
}

.date {
  font-family: "Georgia", "Times New Roman", serif;
  color: #999;
  font-size: medium;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 2em;
  z-index: 1;
}

img {
  border: 0px;
  margin: 0.5em 0;
}

.navigation {word-spacing: 2em;}

.text {
  text-align: justify;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

p.comment {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

sub {
  font-size: x-small;
}

.photolinks {
  margin-bottom: 1em;
}

.photolinks a {
  text-decoration: none;
}

.photolinks a:link {
  color: #0059FF;
}

.photolinks a:hover {
  color: #0059FF;
  background-color: #BBD2FF;
}

.photolinks a:active {
  color: #909;
  background-color: #C9C;
}

.photolinks a:visited {
  color: #238;
}


