 
BODY,TD{
  font-size : x-small;
  white-space : nowrap;
  background-color : #e6e6fa;
}
A{
  color : #8000ff;
  text-decoration : none;
}
.anth{
  background-color : aqua;
}
.other{
  background-color : yellow;
}
.def{
  font-size : x-small;
}
EM{
  color : red;
}
.backwhite{
  background-color : white;
}
.backgray{
  background-color : silver;
}
.home{
  font-size : x-small;
  text-align : right;
}
A:HOVER{
  text-decoration : underline;
}
H1{
  font-size : small;
}

