* {
	margin: 0;
	padding: 0;
}
body {
	color: #777067;
	background: #fff7f0;
	font-size: 13pt;
	font-family: "Helvetica", sans-serif;
}
p {
	line-height: 150%;
}
li {
	margin-left: 2em;
}
a {
	color: #333730;
}
* + h1, * + h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
p + *, ul + *, ol + *, blockquote + * {
	margin-top: 1em;
}
p + ul, p + ol {
	margin-top: 0;
}

.content {
	width: 35em;
	margin: 0 auto;
	overflow: hidden;
	border: 1em solid #fff7f0;
}
.warning {
	color: #f00;
}
.img {
	border: 3px solid #777067;
	width: 85%;
}

blockquote {
	padding: 0.5em 1em;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
code {
	white-space: nowrap;
	font-family: "Melno", "Monaco", sans-serif;
	font-size: small;
}
blockquote > code {
	font-size: 11px;
}
code > .keyword { color: #ad210b; }
code > .attribute { color: #4e8c98; }
code > .comment { color: #348132; }
code > .string { color: #9210be; }
code > .number { color: #4200fd; }

