body {
  background-color: #f0f0f0;
  font-size: 1em;
  font-family: Georgia, Times, serif;
  color: #555;
}

a { text-decoration: underline; }

#masthead {
  margin: 1.5em 0 0 0;
  display: block;
  font-family: Georgia, Times, serif;
  font-size: 4em;
  color: #333;
  text-align: center;
  text-shadow: 2px 2px 1px #fff;
  text-decoration: none;
}


a:link, a:visited {
  color: #2a8fbd;
}

a:hover, a:active {
  color: #ff6600;
}

#wrap {
  width: 808px;
  margin: 0 auto;
  text-align: center;
}

h1, .h1 {
  font-size: 2em;
  font-weight: normal;
  text-shadow: 1px 1px 1px #fff;
}
h2, .h2 {
  font-size: 1.5em;
  font-weight: normal;
}

img {
  display: block;
  margin: 0 auto 1em auto;
}

p { font-size: 1em; }

ul {
  margin: 0 auto;
  width: 17em;
  text-align: left;
  font-size: 1em;
}

li {
  line-height: 1.5em;
}

