body {
  font-family: Georgia, Serif;
}

#wrapper {
  width:700px;
  margin:auto;
  background-color:#ffffc1;
  padding:20px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -webkit-box-shadow:1px 1px 10px #d55404, -1px -1px 10px #d55404;
  -moz-box-shadow:1px 1px 10px #d55404, -1px -1px 10px #d55404;
}

h1, h2 {
  text-align:center;
}

h2 {
  font-style:italic;
  text-shadow:1px 1px 0px #fff;
  color:#d55404;
}

a {
  text-decoration:none;
  color:#fe8726;
}

a:hover {
  text-decoration:underline;
}