body {
  background-color: #502C1A;
  margin-top: 0;
  font-family: Arial;
  font-size: 14px;
  color: #FEE892;
  text-align: center
}

h1 {
  font-family: "Trebuchet MS";
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  color: #FEE892;
  text-align: center
}
h2 {
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #FEE892;
  text-align: center
}
h3 {
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-style: normal;
  color: #FEE892;
}

h4 {
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-style: normal;
  color: #FEE892;
  text-align: center
}

h5 {
  font-family: "Trebuchet MS";
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: #FEE892;
  text-align: center
}

a:link {
	color: #FEE892;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

a:active {
	color: #FEE892;
	font-family: "Trebuchet MS";
	font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none
}
a:visited {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
    font-weight: bold;
    text-decoration: none
}

a:hover {
	color: #FFFF99;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
    font-weight: bold;
    text-decoration: none
}
