* { 
	margin: 0; 
	padding: 0; 
}

body { 
	background: #fff; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #444; 
	line-height: 1.75em; 
	text-align: center; 
	margin: 0px auto; 
	padding: 20px 0px 0px; 
}

h1 {
	color: #f25533;
	font-size: 2em; 
	font-weight: bold; 
	margin: 5px 0 25px;
}

p {
	font-size: 1em;
	margin-bottom: 20px;
}

a {
  color: #2b77b8;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}