/*  */

article a {
	text-decoration: underline;
}

article ul, article p {
	margin-bottom: 4rem;
	line-height: 1.5;
}

article ul {
	list-style: disc;
	padding-left: 1.4rem;
}

article li {
	margin-bottom: 1.5rem;
}

article span {
	font-family: Helvetica, Arial, sans-serif;
}

article ul * {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
}

article h4,
article h5 {
	margin-bottom: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

article h1 { 
	margin-bottom: 1em;
}

article h4 {
	font-size: 1.4rem;
}

article h5 {
	font-size: 1.2rem;
}