body {
	font-family: "Aktiv Grotesk", sans-serif;
	width: 500px;
	margin: 150px auto 0;
}

h2 {
	font-size: 18px;
	margin: 40px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	font-weight: 500;
	width: 480px;
}


p {
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 500;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000000;
	border-bottom: 2px solid;
}

a:hover {
	border-bottom: none;
}

