body {
	background: #F5F5F2;
	color: #000000;
	font-size: 16px;
	margin: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: rgba(0, 0, 0, .5);
	text-decoration: none;
}

.sans {
	font-family: sans-serif;
}

.big {
	max-width: 60rem;
	width: 90%;
}

.med {
	max-width: 90%;
	width: 30rem;
}

.margb-3 {
	margin-bottom: 3rem;
}

em {
	font-style: italic;
}

.pad-2 {
	padding: 2rem;
}

figure + figure {
	margin-top: 2rem;
}

figure img {
	margin-bottom: 1rem;
}

.grey-50 {
	color: rgba(0, 0, 0, .5);
}

p {
	margin-bottom: 1rem;
}

.black-50 {
	color: rgba(0, 0, 0, .5);
}

.ico {
	width: 16px;
}

.wid-50 {
	max-width: 26em;
}

.fixed {
	position: fixed;
}