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

}

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

a:visited {
  color: deepskyblue;
}

a:hover {
  color: navy;
}

a:active {
  color: deepskyblue;
}

footer {
  color: white;
}

