body {
  background-repeat:repeat-x;
  margin: 0 0 0 0px;
  margin-bottom: 0px;
  padding: 0;
  background-color: white;
  font-family: Georgia, Serif;
  font-size: 16px;
  text-decoration: none;
}


.content {
  width: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}

.orange {
  color: rgb(214,107,31);
}

a {
  color: rgb(214,107,31);
  text-decoration: none;
}

a:hover {
  color: rgb(214,107,31);
  background-color: transparent;
  text-decoration: underline;
}