body {
  background: #763A32;
  margin: 0px;
  padding: 0px;

  scrollbar-face-color: #692225;
  scrollbar-track-color: #692225;
  scrollbar-highlight-color: #C68E81;
  scrollbar-3dlight-color: #C46A5B;
  scrollbar-shadow-color: #482124;
  scrollbar-darkshadow-color: #382225;
  scrollbar-arrow-color: #C68E81; 
  
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #FFF7D5;
}

table {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 125%;
  padding: 0px;
  margin: 0px;
}

h1 { color: #FF8312; font-size: 36px; margin: 20px; }
h3 { color: #FF8312; font-size: 24px; margin: 10px; }
.big { font-size: 24px; }

hr { color: #382225; height: 2px; }

.highlight { background: #C68E81; }
.light { background: #C46A5B; }

.first { background: #562023; }
.second { background: #763A32; }
.third { background: #692225; }

.shadow { background: #482124; }
.darkshadow { background: #382225; }

/* ---- links ---- */
a:link, a:visited {
  color: #FFD012;
  text-decoration: underline;
}

a:hover {
  color: #FF8312;
  text-decoration: underline;
}

a.enter:link, a.enter:visited {
  color: #FFD012;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}

a.enter:hover {
  color: #FF8312;
  font-size: 31px;
  font-weight: bold;
  text-decoration: none;
}

a img { border-style: none; }

table.framed {
}

td.framed {
  border: 2px dashed #382225;
  padding: 8px;
}

textarea {
  width: 99%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  text-align: center;
  background: #692225;
  border: none;
  color: #FFF7D5;
}