body {
 font-family: sans-serif;
 color: #4F2700;
 background: #FDF8D5;
 }
h1 {
 font-size: x-large;
  }
h2 {
 font-size: larger;
  }
h3 {
  font-size: medium;
}
h4 {
 font-size: small;
}
h5 {
 font-size: smaller;
}
h6 {
 font-size: x-small;
}
a:link {
  text-align: right;
 color: #372711;
}
a:visited {
  text-align: left;
 color: #372711;
}
a:active {
 color: #678921;
}
a:hover {
 color: #E4801B;
}