body {
  background: #610000;
  margin: 0px;
  padding: 0px;

  scrollbar-face-color: #6A3500;
  scrollbar-track-color: #BB8C5D;
  scrollbar-highlight-color: #CC6600;
  scrollbar-3dlight-color: #CC6600;
  scrollbar-shadow-color: #CC6600;
  scrollbar-darkshadow-color: #CC6600;
  scrollbar-arrow-color: #691548; 
  
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}

h1 { color: #990000; font-size: 46px; margin: 20px; }
h3 { color: #FFCCCC; font-size: 22px; margin: 10px; }
.big { font-size: 28px; }

hr { color: #691548; height: 1px; }

.highlight { background: #FFBBE5; }
.light { background: #EB9DC7; }

.first { background: #FFCC66; }
.second { background: #FFD58E; }
.third { background: #FFCC66; }

.shadow { background: #8D3968; }
.darkshadow { background: #691548; }

/* ---- links ---- */
a:link, a:visited {
  color: #FEF6BD;
  text-decoration: underline;
}

a:hover {
  color: #FEDD00;
  text-decoration: underline;
}

a.enter:link, a.enter:visited {
  color: #FEF6BD;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
}

a.enter:hover {
  color: #FEDD00;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
}

a img { border-style: none; }

table.framed {
}

td.framed {
  border: 1px solid #691548;
  padding: 8px;
}

textarea {
  width: 99%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #DFB973;
  border: none;
  color: #490028;
}
