html {
  background-image: url("/img/gingham.gif");
}
body {
  background: white;
  border: double black;
  padding: 0px;
  color: black;
  font-family: "MS Gothic", "Times New Roman", Times, serif;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  list-style-position: inside;
}
h1 {
  color: #40BF38;
  font-family: "Times New Roman", Times, serif;
  font-size: 300%;
}
h2 {
  color: #40BF38;
  font-family: "Times New Roman", Times, serif;
  font-size: 160%;
}
h3 {
  color: #40BF38;
  font-family: "Times New Roman", Times, serif;
  font-size: 130%;
}
div {
  background-image: linear-gradient(#062637, #138D55);
  border: 2px solid #40BF38;
  border-radius: 8px;
  color: white;
  font-family: "MS Gothic", "Times New Roman", Times, serif;
  margin: 0 auto;
  width: 20%;
  text-align: center;
  list-style-position: inside;
}
ul {
  margin:0 auto;
  width: 25%;
  text-align: left;
}
a:link {
  color: #40BF38;
}
a:visited {
  color: #97F081;
}
a:hover {
  color: #97F081;
}
img {
  image-rendering: pixelated;
}