div.center {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
}

h1 {
  font-weight: bold;
  font-size: 185%;
  color: #000000;
  text-align: center;
}

h1.sub {
  font-weight: normal;
  font-size: 110%;
  color: #666666;
}

div.text {
  text-align: justify;
  margin-left: 5px;
  margin-right: 5px;
}

div.elements {
  font-size: 75%;
  text-align: center;
}
div.elements a {font-weight: normal;}

div.photo {
  border: 1px solid #000000;
  width: 160px;
  text-align: center;
  font-size: 130%;
  white-space: nowrap;
  overflow: hidden;
}
div.photo a.img {
  display: block;
  line-height: 20px;
}
div.photo 
  a.img:hover {text-decoration: none;}
div.photo img {
  width: 150px;
  height: 100px;
  margin: 5px 0 0;
}
img {border: 0;}
