<!--
BODY{
  font-size : x-small;
  background-color : #ffffff;
}
A:LINK{
  font-size : x-small;
  text-decoration : none;
  color : black;
}
A:HOVER{
  font-size : x-small;
  text-decoration : none;
  font-weight : bold;
  color : blue;
}
-->