body {
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  color: #ffffff;
  background-color: #222222;
  font-size: 1.3em;
  font-weight: normal;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 2em;
  color: #ffffff;
  font-weight: bold;
}
p {
  margin: 0px;
  background-color: #222222;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.65em;
  color: #ffffff;
}
#menu {
  border-right: 1px solid #aaaaaa;
  padding: 5px;
  background: #222222 none repeat scroll 0% 50%;
  height: 700px;
  margin-bottom: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.2em;
}
.image {
  border: 3px solid #333333;
  padding: 5px;
  background: #ffffff none repeat scroll 0% 50%;
}
.thumbnails {
  border: 1px solid #cccccc;
  margin: 5px 5px 0px 0px;
  padding: 3px;
}
a:link {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  font-weight: bold;
}
a:visited {
  color: #999999;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  font-weight: bold;
}
