body 
{
  background-color: black;
  font-family:  Sans-Serif; 
  color: orange;
}

td {
font-size: 2.5vw;
line-height: 1.5;
}

a, a:link, a:visited, a:hover {
  color: orange;
  text-decoration: none;
}

a:hover {
  font-weight: 900;
}
