TABLE{
  font-size : 12px;
}
.white{
  color : white;
}
.mini{
  font-size : 11px;
  color : #0080c0;
}
.green{
  color : green;
}
.blue{
  color : #5badff;
}
.brown{
  color : #996600;
}
.red{
  color : red;
}
.txt3 A:LINK   { color : #0080c0; text-decoration:underline ; }
.txt3 A:VISITED { color : navy; text-decoration : underline; }
.txt3 A:ACTIVE  { color : #b951a4; text-decoration:underline ;  }
.txt3 A:HOVER { color : #b951a4; text-decoration:none ; }
.mini_b{
  font-size : 11px;
  color : black;
}
