body {
	color: #444;
	background-color: #fffffc;
	font-family: "Tribunal", serif;
	font-size: 16px;
	line-height: 25px;
}
img {
	max-width: 100%;
	display: block;
}
h2, h3, h4, h5, h6 {
	font-family: "Greta Mono", "Lucida Console", Monaco, monospace;
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
	margin-top: 1em;
	padding: 0;
}
code {
	white-space: pre;
}
.container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0 2em;
}
.bddButton {
	background-color: #3fae29;
}
a {
	color: #3fae29;
	text-decoration: underline;
}
header {
	margin-bottom: 2em;
}
header a {
	font-family: "Greta Mono", "Lucida Console", Monaco, monospace;
	text-decoration: none;
}
footer {
	background-color: #444;
	color: #fffffc;
	font-family: "Greta Mono", "Lucida Console", Monaco, monospace;
	font-size: inherit;
}
.logo {
	background-color: #3fae29;
}

