body {
	width: 512px;
	margin: 60px 0px 60px 80px;
	font: 11px/20px "Verdana", "Lucida Sans Unicode", "Lucidux", "Lucida Sans", "Serif";
	color: black;
	background-color: rgb(170, 180, 190);
}

pre {
	font: inherit;
}

q {
	quotes: "\2018" "\2019";
}

q q {
	quotes: "\201C" "\201D";
}

q.loose {
	quotes: '' '' '' '';
	font-style: italic;
}

a:hover, a:active, a:visited, a {
	text-decoration: none;
//	color: black;
	color: inherit;
	border-bottom: 1px dotted rgb(100, 120, 140);
}

.brolly {
	padding-top: +20px;
	border-top: 1px dotted white;
}

p {
	margin: 0 0 20px 0;
}

p.play {
	margin: 0px;
	text-indent: -20px;
}

ul {
	list-style-type: circle;
	padding: 0px;
	margin: 0px 0px 20px 20px;
}

ol {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

li {
	padding: 0px;
	margin: 0 0 0 0px;
}

blockquote {
	margin: 0px 0px 20px 20px;
}

h1 {
	font-size: 11px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.heavy {
	font-weight: bold;
	letter-spacing: 0.5px;
}

hr {
	border: none;
	border-top: 1px dotted white;
	margin: 0px 0 0px 0;
}

.hang-right {
	color: rgb(60, 75, 90);
	float: right;
	margin: 0px -260px 0px 0px;
	width: 240px;
}

kbd, code {
	line-height: 20px;
}