a:link,
a:active,
a:visited {
  color: #000080;
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000080;
  text-decoration: underline;
}

img {
  border: 1px #CCC solid;
}

td {
  text-align: center;
}

td.category {
  text-align: left;
  border: 1px #DDD solid;
}

#main {
  margin: 0 auto;
  border: 1px #000 solid;
  background-color: #C0C0C0;
}

#navigate_categories {
  text-align: left;
  width: 100%;
  color: #000;
  border-bottom: 1px #000 solid;
  background-color: #FFF;
  font-family: verdana;
  font-size: 13px;
}

#display_categories {
  width: 100%;
  color: #000;
  background-color: #C0C0C0;
  font-family: verdana;
  font-size: 13px;
}

.navigate_images {
  text-align: center;
  width: 100%;
  color: #000;
  background-color: #FFF;
  font-family: verdana;
  font-size: 13px;
}

#display_thumbnails {
  border: 1px #CCC solid;
  width: 100%;
  background-color: #FFF;
}