a {
  color: #675;
}

a img {
  border: none;
}

a:visited {
  color: #342;
}

a:hover {
  color: #9a8;
}

body {
  background: #E9EFC9;
  color: #000;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 90%;
  margin: 30px 8% 50px 8%;
}

h1 {
  color: maroon;
  font-size: 135%;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

h2 {
  color: #D2691E;
  font-size: 130%;
}

h3 {
  color: #D2691E;
  font-size: 100%;
}

h4 {
  color: #D2691E;
  font-size: 100%;
  font-weight: normal;
}

b {
  font-size: 90%;
}

.quote {
  font-size: 85%;
  margin-left: 5%;
  margin-right: 8%;
}

.title {
  font-size: 95%;
  font-style: italic;
}

.author {
  letter-spacing: 0.05em;
  margin-left: 0.06em;
  margin-right: 0.06em;
}

#navigation {
  float: right;
}

#navigation li {
  list-style: none;
  font-size: 80%;
}

#content {
  border: solid 2px #565;
  border-bottom: solid 1px #565;
  border-top: solid 3px #565;
  background: #F2FDF2;
  padding: 5%;
}

#footer {
  font-size: 85%;
  letter-spacing: 0.05em;
}

