body {
  background: #fefdfa;
  font: 12px/170% Verdana, sans-serif;
  color: #aa7733;
}

.example {
  font-style: italic;
  color: #ddaa66;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #aa7733;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #aa7733;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
  background-color: #cc9944;
  color: white;
  padding: 5;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #cc9944;
  text-decoration: none;
}

a:hover {
  color: #d2870a;
  text-decoration: underline;
}

a:active, a.active {
  color: #c6ad81;
}
