body {
  background-color: white;
  margin: 20px;
  font-family: sans-serif;
}

a:link, a:hover, a:focus, a:active, a:visited {
  color: black;
}

#content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#buy_request {
  margin-bottom: 5px;
}

.currentPage {
  font-weight: bold;
}

#for_sale_link {
  color: green;
}

#ski_suits {
  margin-top: 30px;
}

#ski_suits img {
  margin: 5px;
}

.for_sale {
  color: green;
}

#your_picture {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  display: block;
}

#your_picture_content {
  padding: 20px;
}

#links {
  margin-top: 30px;
}
