/* CSS Document */

.content h1, .content h2, .content h3 {
	font-weight: bold;
	font-family: "Segoe UI Light", Optima, Helvetica, Arial, sans-serif;
}
p.sub-head {
	margin-top: 0px;
	margin-bottom: 20px;
}
.sub-head a {
	text-transform: uppercase;
	font-size: .8em;
	color: #000;
}
.sub-head a:hover, .sub-head a:focus {
	color: #895B4E;
}
.boilerplate, .boilerplate strong {
	font-weight: normal;
	border-bottom: 1px dotted;
	border-color: #FFF;
	transition: all linear .35s .1s;
}
.boilerplate:hover strong {
	color: #9E5656;
	border-bottom: 1px dotted;
	border-color: #9E5656;
}
.scalable {
}
