body {
  background: #CCBE89;
  margin: 0px;
  padding: 0px;

  scrollbar-face-color: #CCBE89;
  scrollbar-track-color: #B4A979;
  scrollbar-highlight-color: #B4A979;
  scrollbar-3dlight-color: #B4A979;
  scrollbar-shadow-color: #B4A979;
  scrollbar-darkshadow-color: #B4A979;
  scrollbar-arrow-color: #691548; 
  
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 125%;
  padding: 0px;
  margin: 0px;
}

h1 { color: #ACA384; font-size: 42px; margin: 40px; }
h3 { color: #B4A979; font-size: 32px; margin: 30px; }
.big { font-size: 28px; }

hr { color: #691548; height: 1px; }

.highlight { background: #FFBBE5; }
.light { background: #EB9DC7; }

.first { background: #CA7FA8; }
.second { background: #BA7098; }
.third { background: #A54F7D; }

.shadow { background: #8D3968; }
.darkshadow { background: #691548; }

/* ---- links ---- */
a:link, a:visited {
  color: #FEF6BD;
  text-decoration: none;
}

a:hover {
  color: #FEDD00;
  text-decoration: underline;
}

a.enter:link, a.enter:visited {
  color: #ACA384;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
}

a.enter:hover {
  color: #BDA500;
  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: 95%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #B4A979;
  border: none;
  color: #490028;
}