
html, body {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;  
  font-family: Arial, sans-serif;
  color: #666666;
  text-align: center;
  line-height: 1.5;
}

body {
  margin-top: 10%;
}

h1 {
	font-family: PancettaSerifPro-Regular, Arial, sans-serif;
	white-space: nowrap;
	font-weight: normal;
	font-size: 40px;
}

div.main {
  max-width: 650px;
  margin: 0 auto;
}
address {
  font-style: normal;
}

a {
  color: #00789A;
  text-decoration: none;
}

a:hover, a:focus {
  color: #00CCCC;
  text-decoration: underline;
}

ul {
  text-align: left;
}