html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: black;
  font-size: 14px;
  font-style: normal;
  font-family: "Times New Roman", Times, serif;
}

body {
  position: absolute;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -300px;
}

p:first-child {
  margin-top: 0px;
}

p:last-child {
  margin-bottom: 0px;
}

.link {
  display: block;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
}

.link:visited {
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
  color: #A04513;
}

.link {
  color: black;
}

.link:visited {
  color: black;
}
