html, body {
  margin: 0;
  padding: 0;
  background-color: #f9ef7c;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Sans Serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: center;
}

a {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

img {
  margin: 5px;
}

h1 {
  font-size: 23px;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}

h2 {
  font-size: 20px;
  font-style: italic;
  text-decoration: underline;
  margin: 0 0 3px 0;
  padding: 0 0 0 0;
}

h3 {
  color: #9a0000;
  font-weight: normal;
  font-size: 17px;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
