	/* Leovitch Sep01 Adapted from stylesheet by BPinkerton			*/			  body {     margin-left: 6%;     margin-right: 6%;    font-family: arial, helvetica, sans-serif  }  /* We don't outdent h1's because they're often found in tablesm and because  	they dont need the help */  h1 { font-family: arial, helvetica, sans-serif }  /* The negative indent on these helps them stand out in running text */  h2,h3,h4,h5,h6 { font-family: arial, helvetica, sans-serif; margin-left: -3% }  /* here are the no-neg-indent versions for within tables */  td h2,td h3,td h4,td h5,td h6 { font-family: arial, helvetica, sans-serif; margin-left: 0% }  pre {     font-weight: bold;     white-space: pre; font-family: "Courier New", Courier, monospace;  }  em { font-style: italic; font-weight: bold }  strong { text-transform: uppercase; font-weight: bold }  table {    margin-left: -4%;    font-family: arial, helvetica, sans-serif;    background: white;    border-width: 0px;    border-color: white;  }  th { font-family: arial, helvetica, sans-serif }  td { font-family: arial, helvetica, sans-serif }  p { font-family: arial, helvetica, sans-serif }  input { font-family: arial, helvetica, sans-serif }  /* Captions for photos */  .caption { font-size: 70%}  /* Notes (asides) in between other paragraphs */  .note { font-size: 90% }