body, p, li {
  text-align: center;
  width: 1000px;
  margin-top: 5%;
  margin-left: auto;
  min-height: 500px;
  font-family: "Times New Roman",Times,serif;
  text-decoration: none;
  height: 1000px;
  margin-right: auto;
  min-width: 500px;
}
a:link {
  color: black;
  font-family: "Courier New",Courier,monospace;
  text-decoration: none;
  background-color: white;
}
a:hover {
  color: #ff6666;
  text-decoration: none;
  font-family: "Courier New",Courier,monospace;
  background-color: white;
  font-style: normal;
}
a:active {
  font-family: "Courier New",Courier,monospace;
  color: black;
  text-decoration: none;
}
a:visited {
  font-family: "Courier New",Courier,monospace;
  color: black;
  text-decoration: none;
}
