body, td {
  font-family: "Courier New";
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}
.view {
  font-family: "Courier New";
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  color: #696969;
}
a:link{
  color: #696969;
  font-family: "Courier New";
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #696969;
  font-family: "Courier New";
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #00FA00;
  font-family: "Courier New";
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}
a:active {
  color: #00FA00;
  font-family: "Courier New";
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}