BODY {
  background-color: #000000;
  color: white;
  font-family: arial, helvetica, verdana;
  text-align: left;
}
A,A:visited,A:active {
  font-weight: bold;
  text-decoration: none;
  color: #EEA47D;
}
A:hover {
  font-weight: bold;
  text-decoration: underline;
  color: red;
}

