body {
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	margin-left: 0;
	margin-right: 0;
}

p {
	line-height: 180%;
	margin-top: 25;
	margin-bottom: 25;
}

.draft {
	font-family: "comic sans ms", "comic sans", script;
	font-size: 120%;
}

li {
	line-height: 150%;
	margin-top: 10;
	margin-bottom: 10;
}

input, form {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

td {
	font-size: 70%;
}

pre {
	background-color: #ffffcc;
	font-family: "courier new", "lucida console", courier, monospace;
	margin-top: 0;
	margin-bottom: 0;
}

tt {
	font-family: "courier new", "lucida console", courier, monospace;
	font-size: 125%;
}

.go:link {
	font-weight: bold;
	text-decoration: none;
}
.go:visited {
	font-weight: bold;
	text-decoration: none;
}
.go:hover { /* if "a" is actual link, show underline when mouse hovers */
	font-weight: bold;
	text-decoration: underline;
	color: #cc0000;
}

.nav { /* links to either side of the "latest" column */
	margin-top: 1;
	margin-bottom: 1;
	text-align: center;
}

.date {
	background-color: #404080;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-bottom: 0;
}

.term {
	font-weight: bold;
}

.k { /* for key diagrams */
	font-weight: bold;
	font-size: 250%;
}

.w { /* def of word in wordlist */
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #FF0000;
	font-size: 150%;
}

.r { /* red = define */
	background-color: black;
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #FF0000;
	font-size: 150%;
}

.r2 { /* red = define */
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #FF0000;
}

.g { /* green = compile */
	background-color: black;
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #00FF00;
	font-size: 150%;
}

.c { /* cyan = compile macro */
	background-color: black;
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #00FFFF;
	font-size: 150%;
}

.dt { /* Defined word in paragraph Text */
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #FF0000;
	font-size: 120%;
}

.ct { /* Compiled word in paragraph Text */
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #008000;
	font-size: 120%;
}

.y { /* yellow = execute */
	background-color: black;
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #FFFF00;
	font-size: 150%;
}

.define {
	background-color: black;
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #FF0000;
	font-size: 150%;
}

.compile {
	background-color: black;
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #00FF00;
	font-size: 150%;
}

.execute {
	background-color: black;
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #FFFF00;
	font-size: 150%;
}

.exe_hex {
	background-color: black;
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #00FFFF;
	font-size: 150%;
}

.comment {
	background-color: black;
	font-weight: bold;
	font-family: "courier new", "lucida console", courier, monospace;
	color: #999999; /* NOT white, or else the text won't show up when printed */
	font-size: 150%;
}

.rev { /* date of revision, placed beneath date at top of page */
	text-align: center;
	margin-top: 0;
}

.essay { /* essay title */
	font-size: 360%;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.section { /* title of section within essay */
	font-size: 200%;
	font-weight: bold;
}

.subsection { /* title of subsection within essay */
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
}

.entry { /* entry header */
	background-color: #ccccff;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-top: 12;
	margin-bottom: 0;
}

.hspc { /* horizontal bar of whitespace */
	background-color: #ffffff;
	line-height: 80%;
	margin-top: 0;
	margin-bottom: 0;
}

.vert { /* vertical line -- column of blocks or dots */
	background-image: url("p1.png");
	background-color: #c0c0c0;
}