a:link {
  color: #24514E;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #512427;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: #3E5124;
  background-color: transparent;
  text-decoration: underline;
}
body {
  background-color: #F3F7ED;
  color:  #180a0f	;
  padding-right: 5%;
  padding-left: 5%;
}
p {
  background-color: #F3F7ED;
  color:  #180a0f	;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 16px;
  text-align: left;
  text-align-last: left;
}
blockquote {
  background-color: #F3F7ED;
  color:  #180a0f	;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 16px;
  text-align: left;
  text-align-last: left;
}
h1 {
  background-color: #F3F7ED;
  color:  #180a0f	;
  font-family: Garamond, Georgia, serif;
  font-size: 32px;
  text-decoration: underline;
  text-align: center;
}
h2 {
  background-color: #F3F7ED;
  color:  #180a0f	;
  font-family: Garamond, Georgia, serif;
  font-size: 24px;
  text-align: center;
}
h3 {
  background-color: #F3F7ED;
  color:  #180a0f	;
  font-family: Garamond, Georgia, serif;
  font-size: 20px;
  text-align: center;
}
ul {
  background-color: #F3F7ED;
  color:  #150d17	;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 16px;
  text-align: left;
}
ol {
  background-color: #F3F7ED;
  color:  #150d17	;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 16px;
  text-align: left;
}
/* Style the header */
.header {
  background-color: #F3F7ED;
  text-align: center;
  padding: 20px;
}
/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #C99336;
}
/* Style the top navigation links */
.topnav a {
  float: left;
  display: block;
  color: #F3F7ED;
  text-align: center;
  padding: 14px 16px;
  font-family: Garamond, Georgia, serif;
  text-decoration: none;
}
/* Change header link color on hover */
.topnav a:hover {
  background-color: #C99336;
  color: #3E5124;
}
/* Footer */
.footer {
  background-color: #F3F7ED;
  padding: 10px;
  font-family: Garamond, Georgia, serif;
  font-size: 10px;
  bottom: 0;
}
.column {
  float: left;
}
.column.left {
  width: 25%;
}
.column.right {
  width: 75%;
}
.desc {
  padding: 15px;
  text-align: center;
}