  body {  margin-left: .1em;  background: #FFFFFF;   margin-right: .1em;    margin-top: 0;	margin-bottom: 0;  font-size: 4mm;   font-family: verdana,arial,sans-serif;   color: #800000;}/* 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*/a:visited {color: red;}a.litcit {  display: block;   padding-left: .5em;   text-indent: -1em;}*.litcit {  padding-left: 2em;  text-indent: -2em;   font-size: 4mm; }/* 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: 4mm;   text-align: justify;}p.para {  text-indent: 2em;  font-size: 4mm;   text-align: justify;}/* paragraph indent; font size */p.left {  text-align: justify;   font-size: 14pt; }*.center {  text-align: center;}*.right {  text-align: right;}p.toc {  text-indent: +1em;}/* indents in table of contents */h1, h2, h4, h5, h6 {  text-align: center;   color: #800000;  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: #800000;  font-family: verdana,arial,sans-serif;  font-weight: bold;  font-size: 1.2em;}/* H3 heading is left aligned, color is maroon*/h4 {  color: #800000;  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: #800000;  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: 4mm;}/* justifies text for list items */*.span {  font-size: 14pt;}  a.glos {  color: #008000; 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%;}