a {
  color: #999;
}
a:visited {
  color: #999;
}
a:hover {
  color: #ccc;
}
body {
  background-color: #3a3a3a;
  color: #eee;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 8px;
  margin: 0;
  padding: 0; /* Need to set body margin and padding to get consistency between browsers. */
}
h1 {
  font-size: 35px;
  line-height: 0.01;
}
img {
  height: auto;
  max-width: 100%;
  margin: 2rem 0;
}
section {
  background-color: #000;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 48px outset #999999;
  margin: 50px auto;
  padding: 40px 20px;
  text-align: center;
  width: 300px;
}
