body {
  background-image: url("bg/REPEATINGSTARS.png");
  background-repeat: repeat;
  color: black;
  font-size:15px
  
  }
  
a:link {
  color: #9B07E5; 
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #0760E5;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #D26EFF;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #FF0000;
  background-color: transparent;
  text-decoration: underline;
}
