<!--
div.photo {
  text-align: center;
  position: absolute;
  top: 250px;
  left: 470px;
  width: 260px;
}
p.gameselect {
  position: absolute;
  top: 110px;
  left: 470px;
  width: 260px;
}
div.caption {
  text-align: center;
  position: absolute;
  top: 290px;
  left: 470px;
  width: 260px;
}
h1 {
  position: absolute;
  top: 20px;
  left: 470px;
  width: 260px;
}
img {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 400px;
  height: 400px;
}
a.home {
  text-align: center;
  position: absolute;
  top: 400px;
  left: 540px;
  white-space: nowrap;
}
a.photo {
  text-decoration: none;
  font-weight: normal;
  font-size: 12pt;
}
a.photo:visited {
  color: red;
}
a.photo:hover {
  color: white;
}
a.photo:active {
  color: white;
}
a.thisphoto {
  text-decoration: none;
  font-weight: bold;
  font-size: 14pt;
}
a:active {
color: white;
}
a:visited {
color: #b0b0b0;
}
a:link {
color: red;
}
a:hover {
color: white;
}
-->
