body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #f7f7f7;
  color: #000000;
}

/*
 * No underline for links
 */
a:link, a:visited {
  text-decoration: none;
}
a:link:hover, a:visited:hover {
  color: #ff0000;
}

div.titleleft {
  width: 40%;
  float: left;
  margin-top: -8px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 3px;
}
div.titlecenter {
  width: 25%;
  float: left;
  margin-top: -8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3px;
}
div.titleright {
  width: 35%;
  float: right;
  margin-top: -8px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding-bottom: 3px;
}
div.titlecenter img {
  vertical-align: middle;
}

/*
 * General layout
 */
.font {
  font-size: 12px;
}
.none {
  display: none;
}

.lynx {
  text-align: left;
  margin-top: -20px;
  padding-left: 5px;
}
.indexpage {
  background-color: #ededed;
  border-bottom: 1px solid black;
}
.indexpage p {
  margin-left: 5px;
  margin-bottom: 0px;
}
.dirbox {
  background-color: #e8e8e8;
  border: 1px solid #919191;
  font-size: 12px;
  text-align: center;
  margin-bottom: 4px;
}
.dirtitle {
  background-color: #d0d0d0;
  font-weight: bold;
  margin-bottom: 2px;
}
.dirbox a:hover {
  color: red;
  background-color: #cdc9c9;
  padding-left: 3px;
  padding-right: 3px;
}

div.gallery {
  clear: both;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}

img.photo {
  margin-top: 8px;
  border: 0;
}

div.caption {
  text-align: center;
  font-size: small;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
  border: 1px solid #000000;
  background-color: #d8d8d8;
}

div.controls {
  text-align: center;
  border: 0;
  margin: 5px;
}

div.footerleft {
  width: 33%;
  float: left;
  font-size: small;
}
div.footercenter {
  width: 33%;
  float: left;
  font-size: small;
  text-align: center;
  font-weight: bold;
}
div.footerright {
  width: 33%;
  float: right;
  font-size: small;
  text-align: right;
}

/*
 * Local variables:
 * mode: indented-text
 * mode: auto-fill
 * End:
*/
