body {
  margin: 50px;
  background: #F6F7BD;
  font-family: Arial, Helvetica;
}

h1 {
  font-weight: bold;
  text-decoration: underline;
}

h2 {
  font-size: x-large;
  font-style: italic;
}

li {
  list-style: square;
}

a {
  color: #97A858;
  text-decoration: none;
}

img {
  border: 3px solid #97A858;
}