#grad {
  background-image:linear gradient (to top, MidnightBlue, DarkBlue, DarkSlateBlue, Indigo, Purple, MediumOrchid, Plum, Pink, PeachPuff);
}
body {
  background-color:#000000;
  color:#ffffff;
  font-family: Verdana;
}
a:link {
  color: DeepSkyBlue;
  background-color: transparent;
  text-decoration: none
}
a:visited {
  color:DarkSeaGreen;
  background-color: transparent;
  text-decoration: none
}
a:active {
  color:DarkTurquoise;
  background-color: ;
  text-decoration: none
}
a:hover {
  color:cyan;
  background-color: transparent;
  text-decoration: none
}