@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  color: #000000;
  background: #ffffff;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 16px;
}
p {
  font-size: small;
  line-height: 1.8;
}
section, article, aside, nav, header, footer {
  display: block;
}

#page {
  margin: 0 auto;
  width: 900px;
}
