body {
  background: white;
  padding: 0px;
  margin: 0px;
  font-family: bitstream vera sans,sans;
  margin: auto;
  clear: both;
  width:90%;
  margin-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid black;
}
h1 {
  margin: auto;
  margin-bottom: 15px;
  color: #000000;
  font-weight: 100;
  font-variant:small-caps;
  font-size: xx-large;
  border-bottom: 1px solid black;
}
h1 a {color:gray;text-decoration:none;}
h1 a:hover {color:black;}
p {
  color: black;
}

div.menu {
  clear: both;
  margin: auto;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}
div.menu a {border-left:5px solid white;border-bottom: 1px solid black;padding-left:5px;color:gray;text-decoration:none;margin-left:10px;margin-right:10px}
div.menu a:hover {border-left:5px solid black;color:black;}
div.menu p { font-size: smaller;}

div.thumbs {
  text-align: center;
  clear: both;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
div.thumbs img {
  height: 100px;
  border: 4px solid black;
}
div.thumbs img:hover {border: 4px solid white}
div.imagebox {

  margin: auto;
}
div.imagebox img {
  border: 4px solid black;
}