.pagetitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18pt;
  color: #DCDCDC;
  font-weight: bold;
  display: block;
  height: 90px;
  margin-top: 40px;
}
.thumbtitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
  display: block;
  background-color: #c86969;
  border: 2px solid #ffb4b4;
  padding: 3px;
}
.imagetitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  display: block;
  background-color: #c86969;
  border: 2px solid #ffb4b4;
  padding: 3px;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #990000;
}
.menu1 {
    padding: 5px;
}
.menu2 {
    padding-right: 5px;
    padding-bottom: 10px;
}
body,td,th {
    color: #000000;
}
a:link {
    color: #c86969;
}
a:visited {
    color: #c86969;
}
a:hover {
    color: #CC0000;
}
a:active {
    color: #878787;
}
.bgbot {
    background-image: url(images/bg_bot.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
}
.bgbotmenu {
    background-image: url(images/menu_bg_bot.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}


