body {
  font-family: sans-serif;
  color: #881199;
/*  color: #8811aa; /* medium purple */
/*  background-color: #fcf2ff; /* very light purple */
  background-color: #fffff2;
}

th {
  font-weight: bold;
}

input, textarea, pre {
  font-family: monospace;
  color: #8811aa;
}

a:link, a:visited {
  color: #9922bb;
  font-size:10pt;
  line-height:14pt;
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  color: #ffffff;
  background-color: #660588;
  text-decoration: underline;
}
