body {
	font-family: "Gill Sans", "Gill Sans MT", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 12pt;
	background: #F0F0F0; /* = W = White  */
	color: #080808; /* = K = Black */
}

/* 
.wholebody {
}
*/

.headings {
	background: #AF2C2A; /* = K = Black */
	/* font-family: "Lucida Sans Typewriter", "Lucida Typewriter", "Lucida Sans", "VT100", "Courier New", "Courier", monospace; */
	margin: 0px 0 0 0;
	padding: 16px;
	padding-left: 70px;
}

.page-title { 
	color: #F0F0F0; /* = W = White  */
	padding:20px;
	max-width: 1000px;
	margin: auto;
	/* font-weight: normal; */
}

.codebox {
	/* Below are styles for the codebox (not the code itself) */
	border: 3px solid #531115;
	background-color:#F0F0F0;
	overflow:auto;
	padding:10px;
	margin-bottom:48px;
}
.codebox code {
	/* Styles in here affect the text of the codebox */
	font-size:0.9em;
	color: #000000;
	/* You could also put all sorts of styling here, like different font, color, underline, etc. for the code. */
}
.comment {
	color: #454545;
	font-style: italic;
	font-weight: bold;
}
.string {
	color: #1D66CC;
	font-weight: bold;
}
.type {
	color: #AF2C2A;
	font-weight: bold;
}
.func {
	color: #6B0558;
	font-weight: bold;
}

.content {
    max-width: 960px;
	margin: auto;
	background: #E8E8E8;
	padding: 30px;
}