body {
	background-color: rgb(0,50,0);
	font-family: candara, rockwell;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}

div {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	background-color: white;
	text-align: left;
	}

div.paper {
	width: 800px;
	}

div.paper900 {
	width: 900px;
	}

div.verbage {
	background-color: rgb(200,250,200);
	color: black;
	border: 1px solid green;
	width: 85%;
	text-align: left;
	}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: fg charyn;
	font-size: 18pt;
	}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-family: fg delany;
	font-size: 20pt;
	}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(150,50,50);
	font-family: morpheus;
	font-size: 16pt;
	font-weight: normal;
	}

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	font-family: rockwell;
	font-size: 14pt;
	}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	color: rgb(120,60,60);
	font-family: almagro;
	font-size: 13pt;
	}

blockquote {
	font-family: courier;
	}

p {
	margin: 10px;
	font-size: 11pt;
	}
p.highlight {
	font-family: fg delany;
	font-size: 16pt;
	margin-left: 150px;
	margin-right: 150px;
	}

p.exp {
	font-family: enviro;
	font-size: 12pt;
	}

p.outtext {
	text-align: center;
	font-size: 8pt;
	}

dt {
	margin-top: 10pt;
	margin-bottom: 5pt;
	font-family: rockwell;
	font-size: 12pt;
	}

dd {
	margin-top: 7pt;
	margin-bottom: 7pt;
	font-size: 11pt;
	}

li {
	font-size: 10pt;
	}

table {
	table-layout: fixed;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	}

table.bord {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

table.moddate {
	margin: 0px;
	font-size: 9pt;
	}

caption {
	text-align: left;
	}

th {
	font-size: 11pt;
	}

td {
	font-size: 9pt;
	}
td.sumline {
	border-bottom: 1px solid black;
	}
td.unemphasis {
	color: rgb(175,175,175);
	}

img.bord { border: 1px solid black; }

a { white-space: nowrap; }
a.int:link { color: rgb(75,150,75) }
a.int:visited { color: rgb(75,150,75) }
a.int:hover { color: rgb(125,175,125) }
a.int:active { color: rgb(75,150,75) }
a.ext:link { color: rgb(150,0,0) }
a.ext:visited { color: rgb(150,0,0) }
a.ext:hover { color: rgb(175,100,100) }
a.ext:active { color: rgb(150,0,0) }
a.hid:link { color: black; }
a.hid:visited { color: black; }
a.hid:hover { color: black; }
a.hid:active { color: black; }
a.walk:link { color: rgb(50,50,100); font-variant: small-caps; font-weight: bold; }
a.walk:visited { color: rgb(50,50,100); font-variant: small-caps; font-weight: bold; }
a.walk:hover { color: rgb(100,100,175); font-variant: small-caps; font-weight: bold; }
a.walk:active { color: rgb(50,50,100); font-variant: small-caps; font-weight: bold; }

a.wh:link { color: rgb(0,0,150); font-family: rockwell; }
a.wh:visited { color: rgb(0,0,150); font-family: rockwell; }
a.wh:hover { color: rgb(100,100,175); font-family: rockwell; }
a.wh:active { color: rgb(0,0,150); font-family: rockwell; }

a.redir:link { color: rgb(50,100,50); font-family: rockwell; }
a.redir:visited { color: rgb(50,100,50); font-family: rockwell; }
a.redir:hover { color: rgb(150,50,50); font-family: rockwell; }
a.redir:active { color: rgb(50,100,50); font-family: rockwell; }

a.eqp:link { color: black; font-family: rockwell; }
a.eqp:visited { color: black; font-family: rockwell; }
a.eqp:hover { color: black; font-family: rockwell; }
a.eqp:active { color: black; font-family: rockwell; }
a.mob:link { color: rgb(150,50,50); font-family: rockwell; }
a.mob:visited { color: rgb(150,50,50); font-family: rockwell; }
a.mob:hover { color: rgb(175,100,100); font-family: rockwell; }
a.mob:active { color: rgb(150,50,50); font-family: rockwell; }
a.npc:link { color: rgb(50,100,50); font-family: rockwell; }
a.npc:visited { color: rgb(50,100,50); font-family: rockwell; }
a.npc:hover { color: rgb(100,125,100); font-family: rockwell; }
a.npc:active { color: rgb(50,100,50); font-family: rockwell; }
a.qst:link { color: rgb(25,75,25); font-variant: small-caps; font-weight: bold; }
a.qst:visited { color: rgb(25,75,25); font-variant: small-caps; font-weight: bold; }
a.qst:hover { color: rgb(100,125,100); font-variant: small-caps; font-weight: bold; }
a.qst:active { color: rgb(25,75,25); font-variant: small-caps; font-weight: bold; }

#bordl {
	border-left: 1px solid black;
	font-family: rockwell;
	text-align: left;
	}

#bordr {
	border-right: 1px solid black;
	font-family: rockwell;
	text-align: right;
	}

#bordlr {
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-family: rockwell;
	text-align: center;
	}

span.together { white-space: nowrap }

span.scrawl {
	color: rgb(150,75,75);
	font-family: almagro;
	}

