body {
  background-color: #02092F;
  background-image: url('https://owtbound.neocities.org/bodybackground.gif');
  color: white;
  font-family: Verdana;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #02092F;
  color: white;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 1);
  text-align: center;
  height: 50px;
  }
  
h1 {
  text-align: center;
  text-shadow: 3px 4px 5px rgba(100, 100, 100, 1);
}

h2 {
	text-align: center;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 1);
}

li {
  display: inline;
}

ul {
  background-color: #02092F;
}

li a {
  display: inline;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 1);
}

li a:hover {
  color:white;
  background-color: #1313B6;
  font-weight: bold;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 1);
}

table {
  text-align: left;
  width: 650px;
  border: 0px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 1);
  background-color: #02092F;
  color: white;
}

td {
  vertical-align: top;
  }

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: white;
  font-style: italic;
  font-weight: bold;
}

a:active {
  color: white;
}