body {
	background-color: white;
}

h1 {
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	color: black;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: grey;
}

h2 {
	text-align: center;
	line-height: 0.25;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	padding-top: 40px;
	font-size: 25px;
}

p {
	text-align: center;
	line-height: 1.4;
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
	
}