body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000;
}

img {
  border: none;
}

a,
a:link,
a:visited {
  color: #fff;
  background-color: inherit;
  text-decoration: none;
}

a:link:hover,
a:visited:hover {
  color: #000;
  background-color: #fff;
}

a:link:active {
  color: #fff;
  background-color: #fff;
  text-decoration: none;
}

.links-top {
  color: #fff;
  margin-bottom: 1.6em;
}

.home {
  position: absolute;
  top: 16px;
  left: 104px;
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 16px;
}

.p1 {
  height: 100%;
  width: 100%;
  text-align: center;
}

.cap {
  margin-top: 6px;
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 14px;
}

.wilkie_text {
  width: 560px;
  margin: 0 auto;
  padding-top: 240px;
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 14px;
  text-align: justify;
}

.wilkie_text a {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
