body {
	width: 512px;
	margin: 80px 0px 80px 80px;
	font: 11px/18px 'Verdana', 'Lucida Sans', 'Lucida';
	color: rgb(192, 200, 200);
	background-color: rgb(120, 42, 40);
	quotes: '\2018' '\2019' '\201C' '\201D';
//	background-image: url(blue);
}

pre { font: inherit; }

q { quotes: '\2018' '\2019'; }
q q { quotes: '\201C' '\201D'; }

q.loose {
	quotes: '' '' '' '';
	font-style: italic;
}

q.loose:before, q.loose:after { content: ''; }

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: rgb(192, 200, 200);
	border-bottom: 1px dotted rgb(192, 200, 200);
}

p {
	margin: 0 0 18px 0;
}

p.play {
	margin: 0px;
	text-indent: -18px;
}

.light {
	color: rgb(70, 80, 90);
}

ul, ol {
	padding: 0px;
	margin: 0px 0px 18px 0px;
}

ul ul {
	margin-bottom: 0px;
}

ul { list-style-type: none; }

li {
	padding: 0px;
	margin: 0 0 0 18px;
}

li > a, a:visited {
	border-bottom: 1px dotted rgb(130, 130, 130);
	text-decoration: none;
}

blockquote {
	margin: 0px 0px 18px 18px;
}

h1 {
	font-size: 11px;
	margin: 0 0 18px 0;
	font-weight: normal;
}

cite {
	text-decoration: none;
	font-style: italic;
}

em cite {
	font-style: normal;
	/* Some kind of toggle function would ruck. XSL, anyone? */
}

.heavy {
	font-weight: bold;
	letter-spacing: 1px;
}
