body {
  background-color : white
}
p {
  font-family : verdana;
  font-size : 10pt;
}
a:link, a:active, a:visited {
  font-family : verdana;
  font-size : 12pt;
  text-decoration : none;
  color : blue;
}
a:hover {
  font-family : verdana;
  font-size : 12pt;
  text-decoration : underline;
}
.tablesetup {
  font-family : verdana;
  font-size : 10pt;
  text-decoration : none;
}
