/* CSS Document */

body {
  margin: 90px 120px;
  background-color: #fff;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#wrap {
  border: 1px solid #bbb;
  padding: 30px;
  background-color: #ffd;
}

#header h1 a {
  color: #ccccdd;
  font-size: 1.7em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
