body {
  background: #FFFFFF;
  font-family: arial;
  font-size: 10px;
  margin: 1px;
  }

td {
  font-family: arial;
  font-size: 10px;
  color: #000000;
  }

a {
  text-decoration: none;
  cursor: hand;
  color: #000000
  }
  
a:hover {
  text-decoration: none;
  cursor: hand;
  color: #0000ff
  }

