body {
	position: relative;
	background-color: black;
	font-family: courier;
	color: white;
	font-size: 125%;
	text-indent: 0;
	margin-left: 250px;
	width: 850px;
	opacity: 0.8;
}

h1, h2, h3 {
	font-size: inherit;
	font-weight: inherit;
}

em, strong {
	font-weight: inherit;
	font-style: inherit;
}

em:before, em:after {
	content: "/";
}

hr {
	height: 1ch;
	border-width:0;
	border-style: none;
	color: white;
	background-color: white;	
}

.invert, h1, h2, h3, strong {
	background-color: white;
	color: black;
}

::selection {
	background-color: white;
	color: black;
}

::-moz-selection {
	background-color: white;
	color: black;
}

.cmd, a{
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
}

.link:hover, .a:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}

dt.cmd, div.cmd, h2 {
	text-indent: 2ch;
}

.a:before, .link:before {
	content: ">";
}

div.link, dt.link, div.a, dt.a{
	text-indent:1ch;
}

dd, dl {
	margin-left: 0ch;
}

dd>dd {
	margin-left: 2ch;
}

p, div, dl, h2, h3 {
	margin-top: 0;
	margin-bottom: 0;
}

p+p, div.attrib {
	margin-top: 1ch;
}

div.attrib:before {
	content:"--";
}

h3 {
	text-indent: 4ch;
}

a.img {
	background-color: inherit;
	color: inherit;
}

img {
	width: 9ch;
	margin-right: 1ch;
	opacity: 0.35;
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
}

img:hover {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0);	
}

div.nav {
	position: absolute;
	left: -20%;
	width: 18.5%;
}

div.group {
	margin-top: 1ch;
}

q.paragraphs:before, q.paragraphs:after {
	content: no-open-quote;
	content: no-close-quote;
}

q.paragraphs>p:first-of-type:before {
	content: open-quote;
}

q.paragraphs>p:last-of-type:after {
	content: close-quote;
}