body {
	background-color: rgb(0,0,60);
	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.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: morpheus, bradley hand itc, square721 bt;
	font-weight: normal;
	font-size: 22pt;
	}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	font-family: square721 bt;
	font-size: 16pt;
	}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	font-family: rockwell;
	font-size: 16pt;
	}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	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;
	font-weight: normal;
	}

p {
	margin: 10px;
	font-size: 10pt;
	}

p.outtext {
	text-align: center;
	font-size: 8pt;
	}

dt {
	margin-top: 10pt;
	margin-bottom: 5pt;
	font-family: rockwell;
	font-size: 12pt;
	}

dd {
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-size: 10pt;
	}

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 {
	vertical-align: top;
	font-size: 10pt;
	}

a { white-space: nowrap }
a.int:link { color: rgb(75,75,150) }
a.int:visited { color: rgb(75,75,150) }
a.int:hover { color: rgb(125,125,175) }
a.int:active { color: rgb(75,75,150) }
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; }

#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 }
#title { padding-top: 1em; padding-left: 0; text-decoration: underline; }
