body {
  background-color: #000000;
  font-family: 'Oxygen', sans-serif;
  font-size: 24px;
  text-align: justify;
  color: #4E638E;
  margin: 0px;
  padding: 0px;
  cursor: default;
  text-shadow: 1px 0px 0px #2E4372, 0px 1px 0px #2E4372, -1px 0px 0px #2E4372, 0px -1px 0px #2E4372;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #9E7D50;
  cursor: default;
  text-shadow: 1px 0px 0px #491800, 0px 1px 0px #491800, -1px 0px 0px #491800, 0px -1px 0px #491800;
}

a:hover {
  text-decoration: underline;
  color: #AE9D70;
  cursor: default;
}

img {
  border: 0px;
}

hr {
  width: 90%;
  height: 4px;
  background-color: #4E638E;
  border: 1px solid #2E4372;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 8px;
}

h1, h2, h3 {
  text-align: center;
}

table {
  border: 2px solid #4E638E;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  box-shadow: 1px 1px 0px #2E4372, -1px -1px 0px #2E4372, 1px 1px 0px #2E4372 inset, -1px -1px 0px #2E4372 inset;
}

table tr td {
  padding: 8px;
}

table input {
  border: 2px solid #2E4372;
  background-color: rgba(0,0,0,0.25);
  font-family: 'Oxygen', sans-serif;
  font-size: 24px;
  text-align: justify;
  color: #4E638E;
  text-shadow: 1px 0px 0px #2E4372, 0px 1px 0px #2E4372, -1px 0px 0px #2E4372, 0px -1px 0px #2E4372;
}

#site {
  border: 0px solid #000000;
  width: 896px;
  min-height: 800px;
  height: auto;
  background-image: url('images/background.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1024px 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  padding-top: 16px;
}

#header {
  border: 0px solid #4E638E;
  width: 896px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 96px;
  text-align: center;
}

#menu {
  text-align: center;
  word-spacing: 32px;
}

#footer {
  border: 0px solid #000000;
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.longtext {
  font-size: 16px;
}