BODY {

  background-color: gainsboro;
  margin-top: 0;
  margin-bottom: 0;
  font-size:14pt;
  color:black;
  font-family:comic sans ms, arial;
}

A:link {
  color: black;
  text-decoration: none;
  font-weight: bold
}
A:visited {
  color: black;
  text-decoration: none;
  font-weight: bold
}

A:hover {
  color: olive;
  text-decoration: none;
  font-weight: bold
}
table {

  width:90%;
  font-size:14pt;
  color:gainsboro;
  font-family:comic sans ms, arial;
}