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

a:visited {
  color: #0000FF;
  background-color: transparent;
  text-decoration: none;
}

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

a:active {
  color: #FF0000;
  background-color: transparent;
  text-decoration: underline;
}
h1 {
  color: white;
}
p {
  color: white;
}
h5 {
  color: black;
}