html {
    background-color: #ffffe8;
/* was ffffe8 */ 
     }

body, table { 
    text-align: justify;
    line-height: 1.2;
    }

h1,h2,h3,h4,h5 { 
    color: #B00000;
    }

h1  {
    text-align:center;
/*line-height: 1em;*/
    }

.note {
    background-color: white;
    border-width: 1pt;
    border-style: solid;
    margin-top: 0.5em;
    margin-right: 5%;
    margin-bottom: 0.5em;
    margin-left: 5%;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    }

.note > p {
    margin-top: 0;
    margin-bottom: 0;   
    }

 p.headline {
   text-align: center;
   font-weight: bold;
   }

img.inline {
    vertical-align: top;
    }

img.display {
    display: block;
    text-align: center;
    margin: 0 auto;
    }



@media print {

    html  {
          background-color: white;
    }


    body, table, span.sidenote { 
        color: black;
    }
   
    h1,h2,h3,h4,h5 { 
        color: black; 
    }
    h1 {
       line-height: 120%;
       }
    :link, :visited {
        color: black; 
    }
    .note {  
       border-width: 0.5pt;
    }   
}

