body {
  color: black;
  background: white;
  min-width: 656px;
  text-align: center;
  font-size: 10pt;
  text-decoration: none;
}

a, a:link, a:visited, a:active {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}
a:hover {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

#main {
  width: 656px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#heading {
  font-size: 20pt;
  font-weight: bold;
  margin-top: 20px;
  font-family: Verdana, Arial, sans-serif, helvetica;
}

#dirnav {
  margin-top: 2px;
  font-size: x-small;
}

#description {
  margin-top: 8px;
}

#thumbs {
  margin-top: 12px;
  text-align: center;
}
.thumbnails table {
  border: 0px;
}
.thumbnails td {
  background-color: #ccc;
  padding: 20px;
  vertical-align: top;
  border: 0px;
  width: 120px;
  text-align: center;
}
.thumbnav {
  margin-top: 12px;
  text-align:right;
  font-size: small;
  font-family: Arial, sans-serif, helvetica;
  font-weight: bold;
}

.caption {
  font-size: x-small;
  text-align: left;
}

#photo {
  margin-top: 12px;
  text-align: center;
}

#photocaption {
  margin-top: 8px;
}

#sizes {
  margin-top: 12px;
  font-size: x-small;
}

.photonav {
  margin-top: 12px;
  font-family: Arial, sans-serif, helvetica;
}
.photonav td {
  border: 0px;
  font-size: small;
}

#frontphoto {
  margin-top: 80px;
}
#frontphotocaption {
  margin-top: 2px;
  font-size: x-small;
}

#links {
  margin-top: 26px;
}

#footer {
  margin-top: 20px;
  color: #aaa;
  font-size: x-small;
}

hr {
  height: 3px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 0px;
  border-right: 0px;
}

img {
  border: 0px;
}
