body {
   background-color: white;
   bottom: 5px;
   color: black;
   font-family: arial, geneva, sans-serif;
   font-size: 16pt;
   font-weight: normal;
   layer-background-color: white;
   left: 5px;
   letter-spacing: 1px;
   line-height: 1;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 0px;
   padding: 5px;
   position: relative;
   text-align: left;
   top: 5px;
   vertical-align: top;
   word-spacing: 2px;
}

.title {
  color: black;
  font-family: 'arial black';
  font-size: 1.25em; 
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: baseline;
  word-spacing: 4px;
}

.nav {
  background-color: white;
  font-size: 1em; 
  vertical-align: middle;
}

.indx {
   background-color: white;
   border-color: black;
   border-style: solid;
   border-width: 3px;
   font-family: arial, geneva, sans-serif;
   font-size: 1em; 
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   padding: 5x;
   text-align: left;
   vertical-align: middle;
}

.sechdr {
   color: black;
   font-size: 2em;
   font-style: normal;
   font-variant: small-caps;
   font-weight: normal;
   text-align: left;
   vertical-align: text-bottom;
}

.frame {
  border-color: #cccccc;
  border-style: double;
  border-width: 3px;
  padding: 5x;
}

.pgbrk {
  page-break-before: always;
}

.disc {
   list-style: disc outside;
}   

.decimal {
   list-style: decimal outside;
}

.darkBG {
  background-color: #cccccc;
}