body {
 background-image: url("cftile.jpg");
  background-repeat: repeat;
}

head {
  line-height: 150%;
  width: 60%;
}


body {
  
  text-align: center;
  line-height: 150%;
  width: 60%;
  padding-left: 20%;
 color: white;
 
}

footer {
  color: chocolate;
}

a {
  color: magenta;
}
a:visited {
  color: deeppink;
}

a:hover {
  color: darkviolet;
}

a:active {
  color: limegreen;
}
