body {
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight:400;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:200;
}

a {
	color: #ad9e94;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

.code-insert {
	font-family: monospace;
}

.CodeMirror { border: 1px solid #ddd; height: auto;}
.CodeMirror-scroll { max-height: 200px; }
.CodeMirror pre { padding-left: 7px; line-height: 1.25; }