body {
  font-family: Courier;
  background-color: black;
  color: white;
  background-image: url("/i/starstwinkle2.gif");
}

a {
 color: white;
 
}  

a:visited {
  color: white;
}

img {
  max-width: 100%;
  height: auto;
}

.boxedheader {
  margin: auto;
  border: 3px solid white ;
  border-radius: 10px ; 
  background-color: black ;
  width: 85%;
  color: white;
  padding: 4px;
  text-decoration: none;
} 
