* { 
	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: #333750;
	font-size: 2em; 
	font-weight: bold; 
	margin: 35px 0 15px;
}

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

a {
  color: #599352;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
