body {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  font-size: 8pt;
  background-color: #000000;
}

.title {
  color: white;
  font-size: 22pt;
  font-weight: normal;
  left: 14px;
  letter-spacing: 10pt;
  padding: 0px;
  position: absolute;
  text-align: justify;
  text-align-last: justify;
  top: 15px;
  width: 767px;
}

.photodiv {
  position: absolute;
  top: 90px;
  left: 205px;
  text-align: center;
  width: 575px;
}

.photo {
  border: 1px solid gray;
  text-align: center;
  margin: 0px auto 5px auto;
}
      
.copyright {
  margin-top: 15px;
  font-size: 7pt;
  color: gray;
}

.leftlinks {
  color: white;
  left: 15px;
  position: absolute;
  top: 90px;
  width: 180px;
}

.mainlinks {
  color: gray;
  font-size: 9pt;
  left: 14px;
  letter-spacing: 3px;
  position: absolute;
  text-align: justify;
  top: 60px;
  width: 767px;
  vertical-align: middle;
}

a,a:link { 
  padding-bottom: 4px;
  text-decoration: underline;
  color: #FFFFFF;
  cursor: pointer;
}

a:active {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
  color: #FFFFFF;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

h1 {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: normal;
  letter-spacing: 1pt;
  margin: 0px;
  padding: 2px;
}

h2 {
  color: gray;
  background-color: #333333;
  font-size: 9pt;
  font-weight: normal;
  letter-spacing: 2pt;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 3px;
  text-align: center;
}

h2.comment {
  color: white;
} 

img.sideicon {
  border: 0px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}

img.thumbnail {
  border: 1px solid gray;
}

div.photocell {
  background-color: #191919;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  text-align: center;
  width: 162px;
}

div.photocell:hover {
  background-color: #333333;
}

p.detailedcomment {
  border-bottom: 1px solid gray;
  color: gray;
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: 1pt;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0px 15px 0px;
  text-align: justify;
  width: 555px;
}

td.thumbnailcell {
  background-color: #191919;
  border-right: 10px solid black;
  border-bottom: 10px solid black;
  padding: 5px 5px 5px 5px;
  text-align: center;
  vertical-align: middle;
  width: 162px;
}

td.thumbnailcell:hover {
  background-color: #333333;
}

td.resulttextcell {
  padding: 0px 0px 10px 0px;
  text-align: left;
  vertical-align: top;
  width: 400px;
}