* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	overflow: visible;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 0px;
	padding: 30px 10px 50px 10px;
	text-align: center;
	color: #666666;
}

h1 {
	font-size: 2.8em;	
}
h2 {
	font-size: 2.4em;	
}
h3 {
	font-size: 2.0em;	
}

p {
	font-size: 1.6em;
	margin: 20px 0px 20px 0px;
	line-height: 1.6em;	
}

hr {
	width: 50%;
	margin: 30px auto 30px auto;
}

.button {
  background-color: #F29100; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

a.link:link, a.link:active, a.link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;	
	font-style: normal;
}
a.link:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-style: normal;
}

.clear {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;	
}
.hidden {
	display: none;
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width:700px) {
}