body {
  background-color: #022601;
  color: #E6E6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
}

.background_image {
  position: fixed;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.2;
  width: 120%;
  height: auto;
}

.left {
  width: 10%;
}

.right {
  width: 50%;
}

.middle {
  width: auto;
}

.make_center {
  margin-left: auto;
  margin-right: auto;
}

.make_text_center {
  text-align: center;
}

.make_image_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.make_page_width {
  width: 100%;
}

h1 {
  text-decoration: underline;
  font-size: 1.5em;
}

h2 {
  font-size: 1.875em;
}

p {
  font-size: 0.875em;
}

.pdf-link {
  background-color: #888888;
  border-radius: 5px;
  text-align: center;
}

a:link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
