body {
  background-color: #C0C0C0;
  color: #000000;
  font-family:
  font-style: normal
}

a {
  color: #800000;
  text-decoration: none;

}

a:visited {
  color: #0000FF;
}

a:hover {
  color: #FFFF00;
  text-decoration: underline;
}

