body {
  background: #FFA750;
  margin: 0px;
  padding: 0px;

  scrollbar-face-color: #FF9933;
  scrollbar-track-color: #FF9933;
  scrollbar-highlight-color: #FEDBA5;
  scrollbar-3dlight-color: #FDCD80;
  scrollbar-shadow-color: #FF9123;
  scrollbar-darkshadow-color: #8D4C0A;
  scrollbar-arrow-color: #8D4C0A; 
  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #1C170A;
}

table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 125%;
  padding: 0px;
  margin: 0px;
}

h1 { color: #FFDF04; font-size: 32px; margin: 20px; }
h3 { color: #1F1D28; font-size: 22px; margin: 10px; }
.big { font-size: 18px; color: #1F1D28; }

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

.highlight { background: #FEDBA5; }
.light { background: #FDCD80; }

.first { background: #FFA750; }
.second { background: #FFB368; }
.third { background: #FF9933; }

.shadow { background: #FF9123; }
.darkshadow { background: #F28211; }

/* ---- links ---- */
a:link, a:visited {
  font-weight:bold;
  color: #000000;
  text-decoration: underline;
}

a:hover {
  font-weight:bold;
  color: #FFFFFF;
  text-decoration: none;
}

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

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

a img { border-style: none; }

table.framed {
}

td.framed {
  border: 1px solid #F28211;
  padding: 8px;
}

textarea {
  width: 99%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background: #FF9933;
  border: none;
  color: #000000;
}