

body {
background-image: url("sparkle-wallpaper.gif");   color: black;
}
p {
  color: white;
}

.highlight {
  color: fuchsia;
}

#main-heading {
  color: white;
}

a:link {
  color: white;
}

a:visited {
  color: white; 
}

a:hover {
  color: red; 
}

a:active {
  color: white; 
}
a {
  text-decoration: none;
}
h1 {
  color: white;
}
li {
  color: white;
}