body {
	font-family: 'Crimson Text', serif;
	margin-left: 50px;
}

h1 {
	font-size: 50px;
	line-height: 0px;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 20px;

}

h2 {
	font-family: Helvetica;
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 0px;
}

h3 {
	font-family: Helvetica;
	font-size: 35px;
	color: rgba(0,0,0,.3);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h4 {
	font-family: Helvetica;
	font-size: 15px;
	color: rgba(0,0,0,.3);
	font-weight: 400;
	margin-top: 2px;
	margin-bottom: 0px;
}

p {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 12px

}

p span.semibold {
	font-weight: 600 ;
}

p span.bold {
	font-weight: bold;
}

p span.italic{
	font-style: italic;
}

p span.three {
	letter-spacing: 0.3em;
}

p span.negative {
	letter-spacing: -0.06em;
}

p span.underline {
	text-decoration: underline;
}

p span.through {
	text-decoration: line-through;
}

p span.overline {
	text-decoration: overline;
}

p span.upper {
	text-transform: uppercase;
}

p span.lower {
	text-transform: lowercase;
}

p span.capital {
	text-transform: capitalize;
}








