body {
	background-color:white;
	font-family:sans-serif;
	font-size:12px;
}
#container {
	width:850px;
	margin:0 auto 0 auto;
	background-color:#FAFAD0;
	padding: 4px 6px 4px 6px;
	text-align: justify;
}
#bighead {
	text-align:center;
	font-size:70px;
	font-weight:bold;
	margin:0;
	padding-top: 15px;
}
#subtitle {
	margin:0;
	font-size:15px;
}
.quote {
	text-align:center;
	font-size:16px;
	font-family:serif;
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
/*img {
	float:left;
	clear:both;
	margin:3px;
}/**/
table {
	border-spacing: 0px;
	text-align: left;
}
abbr {
	border-bottom: 1px dotted;
}
tr:nth-child(even) {
	background-color: #FF9;
}
th, td {
	padding: 1px 4px 1px 4px;
}
pre {
	font-family: monospace;
}
img {
	margin: 4px;
}
a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color:#f55;
	text-decoration: underline;
}
abbr {
	text-decoration: none;
	cursor: help;
}
.mono {
	font-family: monospace;
}
.code {
	font-family: monospace;
}
/*
	Code tag highlighting ensues.
*/
.mc { /* machine code */
	color:#00f;
}
.op { /* opcode */
	color:#060;
	font-weight:bold;
}
.num { /* number */
	color:#f00;
}
.com { /* comment */
	color:#777;
	font-style: italic;
}
.lbl { /* label (like :start) */
	color:#707;
}
