body {
  color: black;
  background-color: white;
}

p {
}

td {
  font-family: arial,helvetica,verdana;
  font-size: 10pt;
  font-weight: 100;
  text-align: left;
  valign: top;
  vertical-align: top;
}

a:link {
  color: blue
}

a:visited {
  color: purple
}

a:hover {
  color: purple
}

a:active {
  color: red
}