body {
  background-image: url('Background.png');
	background-position: top;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", serif;
}

#header {
  background-color: #453b63;
  padding: 0 5%;
  border-color: #a19cb1;
  border-style: ridge;
  border-width: 0 0 4px 0;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header li a {
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: underline;
}