body {
  margin: 0px;
  padding: 0px;
  color: #FFAB24;
  background-color: #420000;
  background-image: url( "../images/curtain_bg3.jpg" );
  overflow: scroll;
  font-family: "Verdana", "Geneva", "sans-serif";
  font-size: 13px;
  text-align: center;
}

.highlight_1 { color: #DDD6DE; }

td { font-size: 13px; }

form { margin-top: 0px; margin-bottom: 0px; }

a { color: #6699FF; text-decoration: none; }
a:hover { color: skyblue; text-decoration: underline; }

a.menu_button {
  text-decoration: none;
  padding: 7px;
  padding-top: 1px;
  padding-bottom: 2px;
  border-width: 2px;
  font-size: 12px;
  color: #D2BC00;
  background-color: #660000;
  border-style: solid;
  border-top-color: #8A2424;
  border-left-color: #781212;
  border-bottom-color: #420000;
  border-right-color: #540000;
  margin-left: 1px;
  margin-right: 1px;
  font-weight: bold;
}

a.menu_button:hover {
  text-decoration: none;
  color: #FFFF00;
  background-color: #963F3F;
  border-top-color: #4E1B1B;
  border-left-color: #692424;
  border-bottom-color: #B15A5A;
  border-right-color: #9F4848;
}

table.main_enclosing {
  height: 100%;
  width: 790px;
  background-color: #210000;
  border-style: solid;
  border-color: #660000;
  border-width: 3px;
}

p.content_title { margin-top: 12px; margin-bottom: 8px; font-size: 14px; font-weight: bold; color: gold; }

td.content_title { font-size: 14px; font-weight: bold; color: gold; }