body {
  background-color: #000000;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
a:link {
  text-decoration: none;
  color: #0066FF;
}
a:visited {
  text-decoration: none;
  color: #0066FF;
}
a:hover {
  text-decoration: underline;
  color: #0066FF;
}
a:active {
  text-decoration: none;
  color: #0066FF;
}


