body {
  background-image: url(curls3.jpg);
  background-size: 100%;
  background-attachment: fixed;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
h1,h2,h3,h4,h5 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: black;

}

span {
  background-color: white;
}


a:link {
  	background-color: white;
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	background-color: black;
  color: white;}

a:active {
	text-decoration: none;
	color: #000000;
}
