
body {
  font-family: 'Gill Sans', 'Lucida Grande', "Bitstream Vera Sans", Verdana, Arial, sans-serif;
  background: white;
  color: black;
  font-size: 120%;
}

.photo {
  border: 1px solid black;
  padding: 3px;
  background: #ccc;
  float: right;
  margin: 5px 5px 5px 5px;
}


#page {
  margin: 1em 0 2em 40px;
  width: 800px;
}

blockquote {
  font-size: 85%;
  color: #333;
  background: #ddd;
  border: 1px solid #aaa;
  width: 400px;
  padding-left: 2em;
}

em {
  font-style: italic;
  font-weight: bold;
}

a {
  color: #442B33;
  font-weight: bold;
}

h1 {
  background: white url(/milkshake/images/title.png) 0 0 no-repeat;
  text-indent: -9999px;
  color: black;
  height: 186px;
  margin-top: 30px;
  padding-bottom: 20px;
}

h2 {
  clear: both;
  font-size: 160%;
  font-weight: bold;
  margin: 1em 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}

p {
  margin: 1em 0;
  line-height: 1.4;
}

ol {
  font-size: 95%;
  margin: 1em 0 1em 80px;
  list-style-type: decimal;
}

li {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
