body tr td {
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
}

.menuitemtoplevel {
  width: 100px;
  height: 24px;
  background-color: #282828;
  font-family: Verdana;
  font-size: 8pt;
  text-align: center;
  line-height: 2em;
  color: white;
  text-decoration: none;
  display: block;
}

.menupanel {
  visibility: hidden;
  position: absolute;
  border: 1px solid #FFFFFF;
  background-color: #282828;
  width: 180px;
}

.menuitem {
  display: block;
  width: 100%;
  background-color: #282828;
  font-family: Verdana;
  font-size: 8pt;
  text-align: left;
/*  line-height: 2em;*/
  line-height: 24px;
  color: white;
  text-decoration: none;
}

.phototitle {
  color: white;
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0;
}

.photodescription {
  margin-top: 4px;
  color: white;
  font-family: verdana;
  font-size: 8pt;
}

.photo {
  font-family: verdana;
  font-size: 8pt;
  line-height: 1.5;
}

A:link, A:visited, A:active {
  color: white;
  text-decoration: none;
}

A:hover {
  color: red; 
}

.comment {
  border-bottom: 1px solid #A0A0A0;
}

.commentname {
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  margin-bottom: 4px;
}

.commenttext {
  margin-top: 4px;
  font-family: verdana;
  font-size: 8pt;
  color: white;
}

.commentformtext {
  font-family: verdana;
  font-size: 8pt;
  color: white;
  background-color: #606060;
  border: 0;
  padding: 4px;
}