body {
  font-size: 12px;
  color: white;
  background-image: url(../html/background.jpg);
  background-color: #70941e;
  background-repeat: no-repeat;
  background-position: center top;
}
span.title {
  font-weight: bold;
  font-size: 150%;
}
span.page_index {
  font-weight: bold;
  font-size: small;
}
span.file_name {
  font-family: monospace;
}
span.copyright {
  font-size: small;
}
img.preview {
  border: 2px solid #ffffff;
}
img.thumbnail {
  border: 2px solid #ffffff;
}
div.preview_comment {
  text-align: justify;
}
span.comment {
  font-size: small;
}
div.properties {
  width: 80%;
}
span.property {
  font-size: small;
  font-weight: bold;
  color: #969696;
}
span.property_value {
  font-size: small;
  color: white;
}
td.td_index {
  color: #969696;
}
td.td_index span.image_dim {
  font-weight: bold;
}
a:link {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #ffd700;
}
.property-name {
  font-weight: bold;
  cursor: default;
}
