BODY {
  background: white;
  color : black;
  font-family: Arial, Helvetica, sans-serif;
}
P.footer {
  font-size: 50%;
  text-align: center;
}
P.title {
  font-weight: bold;
  font-size: 150%;
  text-align: center;
}
TABLE {
  border: 0;
}
TABLE.contents {
  background: #FFFF99;
  color: black;
}
TD {
  vertical-align: top;
}
TR.contents {
  background: #FFFF99;
  color: black;
}
TR.speech {
  background: #99CCFF;
  color: black;
}
TR.music {
  background: #FFCC99;
  color: black;
}
TR.hearing {
  background: #99FF99;
  color: black;
}
TR.sigproc {
  background: #77AADD;
  color: black;
}
TD.speech {
  background: #99CCFF;
  color: black;
}
TD.music {
  background: #FFCC99;
  color: black;
}
TD.hearing {
  background: #99FF99;
  color: black;
}
TD.sigproc {
  background: #77AADD;
  color: black;
}
