@font-face {
  font-family : "Arial";
}
body {
  font-family: Arial, sans-serif;
  background-color: black;
  color: white;
  font-size: 30px;
}
a:link {
  color: orange;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: #ff5500;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #cc9966;
  background-color: transparent;
  text-decoration: none;
}