* {
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #000000;
}

main {
  margin: auto;
  width: 50%;
  padding: 20px;
  color: white;
}

a:link {
  color: white;
  text-decoration-line: underline;
  text-decoration-color: white;
  text-decoration: wavy;
}

a:visited {
  color: gray;
  text-decoration-line: underline;
  text-decoration-color: gray;
  text-decoration: underline;
}

a:hover {
  color: white;
  text-decoration-line: underline;
  text-decoration-color: white;
  text-decoration:double;
}

table {
  text-align: right;
}
