
body {
	width: 512px;
	margin: 80px 0px 80px 80px;
	font-family: 'Verdana';
	font-size: 11px;
	line-height: 1.6em;
	color: black;
	background-color: rgb(150, 170, 180);
}

/* Do quotes funny for a Safari/khtml bug: */
q:before { content: '\2018'; }
q:after { content: '\2019'; }

q.exact:before { content: '\201c'; }
q.exact:after { content: '\201d'; }

pre { font: inherit; }

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

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

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted rgb(100, 120, 140);
}

p {
	margin: 0 0 1.6em 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: none;
	text-decoration: none;
} */

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

h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	margin: 0 0 18px 0;
	font-weight: bold;
}

sub {
	line-height: 0px;
}

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

em cite {
	font-style: normal;
}

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

.title {
	text-align: center;
}

.subtitle {
	font-style: italic;
}

dt {
	margin-top: 1em;
}

dd > p {
	margin: 0px;
	padding: 0px;
}

dd > p + p {
	margin-top: 1em;
}

.long li + li {
	margin-top: 18px;
}

code.long {
	white-space: pre;
}