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

  scrollbar-face-color: #875B89;
  scrollbar-track-color: #7A477B;
  scrollbar-highlight-color: #B9AABE;
  scrollbar-3dlight-color: #9E80A2;
  scrollbar-shadow-color: #70246E;
  scrollbar-darkshadow-color: #61215F;
  scrollbar-arrow-color: #61215F; 
  
  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: #FFD0CC; font-size: 32px; margin: 20px; }
h3 { color: #FFD0CC; font-size: 22px; margin: 10px; }
.big { font-size: 32px; font-weight: bold; }

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

.highlight { background: #B9AABE; }
.light { background: #9E80A2; }

.first { background: #743873; }
.second { background: #7A477B; }
.third { background: #875B89; }

.shadow { background: #70246E; }
.darkshadow { background: #61215F; }

/* ---- links ---- */
a:link, a:visited {
  color: #CCF7FF;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

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

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

a img { border-style: none; }

table.framed {
}

td.framed {
  border: 2px dotted #CCF7FF;
  padding: 8px;
}

textarea {
  width: 99%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #7A477B;
  border: none;
  color: #FFD0CC;
}