.style1 {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #ff0000;
}
.link, .link a:link, .link a:visited, .link a:active {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ff9900;
  text-decoration: none;
}
.link a:hover {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
.link1, .link1 a:link, .link1 a:visited, .link1 a:active {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #000099;
  text-decoration: none;
}
.thumbnail img {
  border: 1px solid white;
  margin: 0 5px 5px 0;
}
.thumbnail:active {
  background-color: transparent;
}
.thumbnail:active img {
  border: 1px solid blue;
}
.thumbnail span {
  border-color: white;
  border-width: 1px;
  text-decoration: none;
  left: -1000px;
  visibility: hidden;
  position: absolute;
  background-color: transparent;
  color: black;
}
.thumbnail span img {
  border-width: 0;
  padding: 2px;
}
.thumbnail:active span {
  visibility: visible;
  top: 0;
  left: 230px;
  z-index: 50;
}

