html, body {
	min-height: 100%;
	background: #765684;
	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
body {
	padding: 20px;
}

.title {
	font-size: 24px;
}

.subtitle {
	font-size: 16px;
	margin: 20px 0;
}

.list {
	font-size: 16px;
	margin: 20px 0;
	text-align: left;
}

.note {
	font-style: italic;
	font-size: 14px;
}

b {
	font-weight: 300;
}

a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
  }
