body {
  color: white;
  background: black;
  font-family: Arial;
  font-size: 9pt;
}
table {
  font-family: Arial;
  font-size: 9pt;
  color: white;
}
td {
  font-family: Arial;
  font-size: 9pt;
  color: white;
}
a {
  color: white;
  font-size: 9pt;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: white;
}
