
h1 {
  text-align: center;
  text-shadow: 0 0 8px #ffffff;
  color: white;
  border: 5px solid white;
  background-color: black;
  width: 40%;
  padding: 15px;
  margin:  3% auto 2% auto;
  font-family: "Gill Sans MT";
  border-radius: 15px;
  font-size: 200%;
  }
  
div {
  border: 3px solid white;
  border-radius: 15px;
  background-color: black;
  width:300px;
  margin: auto;
  padding: 5px;
}
p {
  text-align: center;
  color: white;
  text-shadow: 0 0 4px #000000;
  font-size: 100%;
}
body {
  background-image: url('starstile1.gif');
  font-family: "Gill Sans MT";
  text-shadow: 0 0 4px #000000;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

 /* unvisited link */
a:link {
  color: white;
  text-decoration: none;
  text-shadow: 0 0 6px #ffffff;
  border: 2px solid white;
  padding: 3px;
  border-radius: 6px;

}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;
}
/* mouse over link */
a:hover {
  color: white;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: white;
    text-decoration: underline;
} 