body {
  background-color: #CCCACA;
  color: #000000;
  font-size: 8pt;
  font-family: verdana,arial;
}

table {
  color: #000000;
  border-color: #000000;
  font-size: 8pt;
  font-family: verdana,arial;
}

a:link {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
  this.style.color: 'red';
  return true;
}
