body {
  font-size: 10pt ;
}
.size1 {
  font-size: 8pt ;
}
.size2 {
  font-size: 12pt ;
}
td {
  font-size: 10pt ;
}
A {
  text-decoration: none ;
}
A:hover {
  text-decoration:underline;
  background-color:#ffffff;
  color:FF0000;
}
