body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:19px;
	color:#333;
}

h2 {
	font-size:18px;
	color:#000;
	padding:1rem 0;
	font-weight:600;
}

h3 {
	font-size:17px;
	padding:1rem 0;
	font-weight:600;
}

h4 {
	font-size:1.6rem;
	padding:1rem 0;
	font-weight:600;
}

h5 {
	font-size:1.6rem;
	padding:1rem 0;
	font-weight:600;
}

p {
	padding:0.3rem 0;
}

b, strong {
	font-weight:bold;
}

i, em {
	font-style:italic;
}