body {
 background-image: url("starbluetile.gif");
  background-repeat: repeat;
}

header {
  width: 100%;
  height: 95%;
  position: static;
  
}

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

a {
  color: blueviolet;
}
a:visited {
  color: cyan;
}

a:hover {
  color: darkblue;
}

a:active {
  color: cyan;
}

updfooter {