body {
  font-family: Arial;
  color: black;
  background-color: white;
}
td {
  text-align: center;
  font-size: 70%;
  color: black;
}
p {
  text-align: justify;
  font-size: 90%;
  color: grey;
  text-decoration: none;
}

a:link {
  text-align: center;
  font-size: 90%;
  color: grey;
  text-decoration: none;
}

a:visited {
  text-align: center;
  font-size: 90%;
  color: grey;
  text-decoration: none;
}

a:hover {
  text-align: center;
  font-size: 90%;
  color: black;
  text-decoration: none;
}

a:active {
  text-align: center;
  font-size: 90%;
  color: black;
  text-decoration: none;
}

#menu {
  position: fixed;
  top: 0.5em;
  left: 0.5em;
  height: 3em;
  width: 98%;
  color: black;
  text-decoration: none;
}

#page {
  margin-top: 6.5em;
  text-align: center;
  font-size: 90%;
  color: black;
  text-decoration: none;
}

