A {
  font-weight: bold;
  text-decoration : none;
  color : #0000ff;
}
A:hover {
  font-weight: bold;
  text-decoration : underline;
  color : #ff0000;
}
A.m {
  color : #ffffff;
}
A.m:hover {
  color : #ffff00;
}
A.n {
  font-weight: normal;
  color : #0000ff;
}
A.n:hover {
  font-weight: normal;
  color : #ff0000;
}
TD.m {
  font-size: 10 pt;
}
TD.t {
  font-size: xx-small;
}
TH.t {
  font-size: xx-small;
}
TD {
  font-size: x-small;
}
TH {
  font-size: x-small;
}
TD.n {
  font-size: 70%;
}
BODY  {
  font-size: x-small;
  font-family : Arial, Tahoma;
  margin : 3;
}
TT {
  font-size: x-small;
}
PRE {
  font-size: x-small;
}

