body {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:300;
	line-height:1.3em;
}

h2 {
	font-size:1.5rem;
	padding:1.5rem 0;
	font-weight:normal;
}
h3 {
	font-size:1.35rem;
	padding:1.5rem 0;
}
h4 {
	font-size:1.2rem;
	padding:1.5rem 0;
}
p {
	padding:.3rem 0;
}
b, strong {
	font-weight:700;
}
i, emphasis {
	font-style:italic;
}
ul li {
	list-style-type:disc;
}
ol li {
	list-style-type:decimal;
}