<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin-left: .1em;
  background: #FFFFFF; 
  margin-right: .1em;
    margin-top: 0;
	margin-bottom: 0;
  font-size: 2.6mm; 
  font-family: verdana,arial,sans-serif; 
  color: #000000;
}
/* specifies 1.5 em left and right margins, white background color, font face, text color */

div.marginL {
  margin-left: 10px;
}
/*moves left margin 10 pixels to the right*/


div.sidemenu
{
float: left; margin-left: .4em; margin-right: 2em; font-size: 0.8em; border-style: solid solid solid none; border-width: .2mm .2mm .2mm 0; padding: 0.5em;
}

div.menu {
	float: left; 
	width: 12%; 
	margin-left: .4em; 
	margin-right: 2em; 
	font-size: 0.7em; 
	border-style: solid solid solid none; 
	border-width: .2mm .2mm .2mm 0; 
	padding: .6em .6em 2.2em .6em;
	
}

a:visited {
color: black;
font-size: 2.6mm;
}

a {
color: #000000;
font-size: 2.6mm;
}

a.litcit {
  display: block; 
  padding-left: .5em; 
  text-indent: -1em;
}


*.litcit {
  padding-left: 2em;
  text-indent: -2em; 
  font-size: 2.6mm; 
}

/* overhang for lit cit; font size */

*.litcita { 
  display: block; 
  padding-left: 2em;
  text-indent: -2em; 
  font-size: 70%; 
  }
  /* provides overhang for menu and reduces font size for menu */
  
p {
  font-size: 2.6mm; 
  text-align: justify;
}

p.para {
  text-indent: 2em;
  font-size: 2.6mm; 
  text-align: justify;
}

/* paragraph indent; font size */

p.left {
  text-align: justify; 
  font-size: 14pt; 
}

*.center {
  text-align: center;
}

p.toc {
  text-indent: +1em;
}

/* indents in table of contents */

h1, h2, h4, h5, h6 {
  text-align: center; 
  color: #000000;
  font-family: verdana,arial,sans-serif;
}

/* headings specified are centered, maroon */

h1 {font-weight: bold;
  font-size: 1.7em;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

h3 {text-align: left;
  color: #000000;
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
/* H3 heading is left aligned, color is black*/

h4 {
  color: #000000;
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
  font-size: 14pt;
  text-align: justify;
  margin-right: 15px;
  margin-left: 15px;
}

h5.Lmargin {
   text-align: left;
   text-indent: 3em;   
   }

h5 {
  color: #000000;
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
  font-size: 1em; 
}

h3.center {
	text-align: center;
	}
/* centers h3 */

h2.h2left {text-align: left;}
/* generic, aligns text to left.  Used mostly to change h2 from center to left alignment, but usable elsewhere */

*.left
   {
   text-align: left;
   }
   /* aligns text to left. Use instead of h2.h2left*/

*.right
   {
   text-align: right;
   }
   /* aligns text to right.*/   
   
li {
  text-align: justify;
  font-size: 3mm;
}
/* justifies text for list items */

*.span {
  font-size: 14pt;
}

  a.glos {
  color: #000000; font-weight: bold;
  }
/* colors anchor green, bold; used for glossary links */

*.bmarg {margin-bottom: -0.5em;
 margin-left: .5em;
 text-align: left;
   }
/* decreases space indicated by a paragraph; useful for table of contents to keep content packages separate but by less than the paragraph height; aligns text to left, also  useful in a toc */

*.rt {float: right; padding: 2px;}
/* aligns image to right--used for closing quill and ink gif */

img.lf {float: left;}
/* aligns image to left as floating image */

p.one {font-size: .3em;}
p.two {font-size: .5em;}
p.three {font-size: 0.8em;}
p.four {font-size: 1.2em;}
p.five {font-size: 1.5em;}
p.six {font-size:1.8em;}
p.seven {font-size: 2em;}

/* the above set the font size for the paragraph*/

td.larger {
  font-size:14pt;
}

dt {
  font-size: 1em; 
}

dd {
  font-size: 1em; 
}

div.leftcol {float: left; width: 48%;}

div.rightcol {float: right; width: 48%;}

div.fullcol {width: 100%;}

div.menu {
	float: left; 
	width: 12%; 
	margin-left: .4em; 
	margin-right: 2em; 
	font-size: 0.7em; 
	border-style: solid solid solid none; 
	border-width: .2mm .2mm .2mm 0; 
	padding: .6em .6em 2.2em .6em;
	color: #000000;
}</pre></body></html>