body
  {
   margin: 0.5em 0.5em 0.5em 0.5em;
   padding: 0em;
  }
a:link
  {
   text-decoration: none;
   font-weight: bold;
   font-style: normal;
  }
a:visited
  {
   text-decoration: none;
   font-weight: bold;
   font-style: normal;
  }
p
  {
   text-indent: 1em;
   padding-top: 0em;
   padding-bottom: 0em;
  }
p.noindent
  {
   text-indent: 0em;
   padding-top: 0em;
   padding-bottom: 0em;
  }
span.name
  {
   font-variant: small-caps;
  }
div.banner
  {
   width: 100%;
   border-left: none;
   border-left-width: thick;
   border-right: none;
   border-right-width: thick;
   border-top: solid;
   border-top-width: thick;
   border-bottom: solid;
   border-bottom-width: thin;
   padding-left: 3px;
   padding-right: 3px;
   padding-bottom: 5px;
   font-size: large;
   text-decoration: none;
   font-style: normal;
  }
div.header
  {
   display: none;
  }
/* 
div.header
  {
   width: 100%;
   border-left: none;
   border-left-width: thin;
   border-right: none;
   border-right-width: thin;
   border-top: none;
   border-top-width: thin;
   border-bottom: none;
   border-bottom-width: thin;
   padding-left: 1px;
   padding-right: 1px;
   padding-bottom: 3px;
   font-size: x-small;
   text-decoration: none;
   font-style: normal;
  }
a.header:link
  {
   font-style: normal;
   text-decoration: none;
  }
*/
div.footer
  {
   width: 100%;
   border-left: none;
   border-left-width: 0.1em;
   border-right: none;
   border-right-width: 0.1em;
   border-top: solid;
   border-top-width: thin;
   border-bottom: solid;
   border-bottom-width: thick;
   padding-left: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
  }
div.float
  {
   float: left;
   border-left: solid;
   border-left-width: 1px;
   border-right: solid;
   border-right-width: 1px;
   border-top: solid;
   border-top-width: 1px;
   border-bottom: solid;
   border-bottom-width: 1px;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: auto;
   padding-bottom: auto;
  }
div.float p
  {
   text-indent: 0em;
   text-align: center;
   font-size: xx-small;
   font-style: normal;
  }
span.noprint
{
 display: none;
}
