
body {
  font-family: 'Lucida Grande', "Bitstream Vera Sans", Verdana, Arial, sans-serif;
  background: #DADECB;
  color: #333;
  text-align: center;
  line-height: 1.4;
  font-size: 120%;
  padding-top: 2em;
}

#logo {
  text-align: center;
}

#logo img {
  border: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 250%;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  margin: 0.8em 30px 0.5em 30px;
  color: black;
}

h2 {
  font-size: 140%;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin: 0.4em 30px 0.5em 30px;
  padding: 0.6em 0 0.2em 0;
}

#page {
  margin: 10px auto;
  width: 750px;
  text-align: left;
}


.footer {
  text-align: center;
  font-size: smaller;
  margin-top: 2em;
}

em {
  font-style: italic;
}

img {
  border: none;
}

p {
  margin: 1em 30px 0.3em 30px;
  line-height: 1.4;
}

a {
  font-weight: bold;
  color: #8D7466;
}

ol {
  margin: 1em 30px 0.75em 5em;
  list-style-type: decimal;
}

ul {
  margin: 1em 30px 0.75em 5em;
  list-style-type: disc;
}

li {
  line-height: 1.4;
}
