/* Generated by KompoZer */
a:link {
  color: #000000;
  font-family: Rockwell;
  font-size: medium;
}
a:visited {
  color: #000000;
}
a:hover {
  color: yellow;
  font-size: larger;
}
p {
  font-weight: bold;
  color: black;
  font-family: "Times New Roman",Times,serif;
  font-style: normal;
  font-size: 1.1em;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: black;
  font-size: 1.4em;
}
h2 {
  color: black;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1.4em;
}
h3 {
  font-weight: bold;
  font-size: 2.1em;
  font-family: "Times New Roman",Times,serif;
  font-style: oblique;
  text-align: center;
  color: black;
}
h4 {
  font-family: Arial,Helvetica,sans-serif;
  color: #fcfcfc;
  font-size: 1.8em;
}
h5 {
  color: #fcfcfc;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  font-style: italic;
}
h6 {
  color: #fcfcfc;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.3em;
}
h7 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1em;
}
.gallerycontainer {
}
.thumbnail img {
  border: 1px solid white;
  margin: 0 5px 5px 0;
}
.thumbnail:hover {
  background-color: transparent;
}
.thumbnail:hover img {
  border: 1px solid blue;
}
.thumbnail span {
  border: 1px dashed gray;
  padding: 5px;
  position: absolute;
  background-color: black;
  left: -1000px;
  visibility: hidden;
  color: white;
  text-decoration: none;
}
.thumbnail span img {
  border-width: 0;
  padding: 2px;
}
.thumbnail:hover span {
  visibility: visible;
  top: 200;
  left: 10%;
  z-index: 50;
}
