body {
  background: #FFE23F;
  margin: 0px;
  padding: 0px;

  scrollbar-face-color: #C29643;
  scrollbar-track-color: #EFD183;
  scrollbar-highlight-color: #DAA84B;
  scrollbar-3dlight-color: #DAA84B;
  scrollbar-shadow-color: #C29643;
  scrollbar-darkshadow-color: #DB7E39;
  scrollbar-arrow-color: #DB7E39; 
  
  font-family: Arial, Helvetica, sans-serif;
  color: #FFE23F;
}

h1 { color: #7a5200; font-size: 32px; margin: 20px; }
h3 { color: #FF9933; font-size: 28px; margin: 10px; }
banl { color: #FF0000; font-size: 22px; margin: 10px; bold}
.big { font-size: 28px; }

hr { color: #691548; height: 1px; }

.highlight { background: #FFBBE5; }
.light { background: #EB9DC7; }

.tbg { background: #FFDD8D; }
.l-r { background: #E9C165; }
.top { background: #FFFDCB; }

.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: #CC6600;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
}

a.enter:hover {
  color: #CC6600;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
}

a.myurl:link, a.myurl:visited {
  color: #996600;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a.myurl:hover {
  color: #996600;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a img { border-style: none; }

textarea {
  width: 99%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background: #E9C165;
  border: #C29643;
  color: #490028;
}
