body {
  background: #E1DEDE;
  margin: 0px;
  padding: 0px;

  scrollbar-face-color: #FFDB99;
  scrollbar-track-color: #FFEEC8;
  scrollbar-highlight-color: #FFDB99;
  scrollbar-3dlight-color: #B1CBDC;
  scrollbar-shadow-color: #FFDB99;
  scrollbar-darkshadow-color: #FFDB99;
  scrollbar-arrow-color: #FF9900; 
  
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}



h1 { color: #FF9900; font-size: 52px; margin: 40px; }
h3 { color: #FF9900; font-size: 32px; margin: 30px; }
.big { font-size: 28px; }

hr { color: #691548; height: 1px; }

.highlight { background: #FFBBE5; }
.light { background: #EB9DC7; }

.top { background: #FFDB99; }
.tbk { background: #FFEEC8; }
.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.myurl:link, a.myurl:visited {
  color: #ACA384;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a.myurl:hover {
  color: #BDA500;
  font-size: 12px;
  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: #FFDB99;
  border: none;
  color: #490028;
}