html {
  height: 100%;
  overflow: auto;
}
body {
  height: auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
p {
  word-wrap: break-word;
}
body {
	line-height: 18.57142858px;
	font-size: 13px;
	color: #000;
	text-align: center;
}
a {
  color: #fa8b23;	
  font-size: 15px;
}
a:hover {
  color: #d9534f;
  text-decoration: underline;
}

h5 {
  line-height: 25.71428572px;
  font-size: 18px;
  color: #f0ad4e;
  text-transform: none;
  margin-top: 0;
}
h5 a:hover {
  text-decoration: none;
}
h4 {
  line-height: 34.2857143px;
  font-size: 24px;
  text-transform: uppercase;
  color: #cb6505;
}
h4 a:hover {
  text-decoration: none;
}
h3 {
  color: #e67002;
}
h3 a:hover {
  text-decoration: none;
}
h2 {
  color: #ad5604;
}
