body {
	margin: 80px;
	font-family: 'Raleway', sans-serif;
	font-size: 14pt
}

h1 {
	font-size: 40pt;
}

h2 {
	font-size: 26pt;
	font-weight: 200;
	margin-bottom: 34px;
}

h3 {
	font-size: 20pt;
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 20px;
}

h4 {
	font-size: 10pt;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
}

.thin {
	font-weight: 100;
}

.letterspacing {
	letter-spacing: .2em;
}

.letterspacing2 {
	letter-spacing: -.08em;
}

.underline {
	text-decoration: underline;
}

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

.overline {
	text-decoration: overline;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}




