body {
 font-family: sans-serif;
 color: #4F2700;
 background: #E9C878;
 }
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: #341E0E;
}
a:visited {
  text-align: left;
 color: #341E0E;
}
a:active {
 color: #341E0E;
}
a:hover {
 color: #B8711B;
}
