 BODY {
  background:   white;
  color:        black;
  margin-left:  1em;
  margin-right: 1em;
  font-family: "Arial,Helvetica";
  text-decoration: none;
  font-weight:bold;
  }
EM {
  font-style: bold;
  }
A:link {
  color: #0000F0;
  text-decoration: none;
  font-weight:bold;
  }
A:visited {
  color: #0000A0;
  text-decoration: none;
  font-weight:bold;
  }
A:active {
  color: #00A000;
  text-decoration: none;
  font-weight:bold;
  }
 A:hover {
  color:red;
  }
