body {
	background-color: #f7f7f7;
}

.menu {
	position: absolute;
	top: 0.1in;
	left: 0.1in;
	width: 1.5in;
}

.menu span {
	font-family: courier, monospace;
}

.menu ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

.content {
	position: absolute;
	margin-left: 1.5in;
	border-top: 1px solid #00a;
	border-left: 1px solid #00a;
	padding: 2em;
}

.footer {
	margin-top: 0.75in;
}

.footer span {
	font-size: small;
	font-style: italic;
	border: 1px dashed #00d;
	padding: 0.05in;
}

.nodec ul {
	list-style-type: none;
}

