

  body { margin-top: 0; margin-left: 0; margin-bottom: 10%; margin-right: 10%; color: #1C1C1C; background: white;}
  
  table { table-border: 0; }

  td { margin-left: 0; font-family: sans-serif;  font-size: 75%; table-border: 0;}
  a.plain { text-decoration: none;  font-size: 85%;  font-weight: bold;  color: #B21811; }
  a.plain:link { color: #B21811}  /* for unvisited links */
  a.plain:visited { color: #B21811} /* for visited links */
  a.plain:active { color: white; } /* when link is clicked */
  a.plain:hover { color: white; } /* when mouse is over link */




  :link { color: #323232; }  /* for unvisited links */
  :visited { color: #323232; } /* for visited links */
  :active { color: #323232; } /* when link is clicked */
  :hover { color: #B21811; } /* when mouse is over link */
  h1,h2,h3,h4,h5,h6 { margin-left: 35; margin-top: 1em; color: #B21811; font-family: sans-serif; font-weight: bold; font-size: 100% }


  p { margin-left: 70; font-family: sans-serif; line-height: 140%;}
  li, ul { margin-left: 45; font-family: sans-serif; line-height: 140%; }
  p.front { margin-left: 20; font-family: sans-serif; line-height: 140%; }
  li.front, ul.front { margin-left: 20; font-family: sans-serif;  line-height: 140%}
  hr.indent { margin-left: 36; }



