body, pre {
	background: #fff;
	font: 14px Georgia, "Times New Roman", Times, serif;
	white-space: pre;
	margin: 0;
	padding: 10px;
	color: #2d2d2d;
	line-height: 1.8em;
}
code, .code {
	font-family: Monospace, Terminal, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	white-space: pre;
	background-color: #FCFCF4;
	border: 1px solid #DBDBDB;
	padding: 5px;
	margin: 5px;
}


