

body {
  color: black;
  background: white;
  font-family: helvetica, arial, sans-serif; 
}

/* a {color: darkgrey;} */

td.stitle {background: lightgrey;}

pre {
 margin-left:    60px;
 margin-top:     20px;
 padding-top:    0px;
 margin-bottom:  10px;
 padding-bottom: 0px;
 font-size:      12pt;
 /* font-weight:    bold; */
 /* font-family: fixed;  courier */ 
 /* color:  #22397c; bleu fonce */
}


h1 {
 margin-top:     20px;
 margin-bottom:  35px;
 padding-bottom: 10px;
 margin-left:    10px;
 padding-left:   20px;
 font-size:      24pt;
 font-weight:    bold;;
 font-family: helvetica, arial, sans-serif; 
 border-bottom-style: solid; /* solid,double,etc. */
 page-break-before: always;
 /* color:  #fe5e00; orange */
  color: orange;
}


h2 {
 /* display: list-item; */
 /* list-style-type: disc; */
 /* list-style-position: inside; */
 margin-left:    10px;
 padding-left:   20px;
 margin-top:     35px;
 padding-top:    0px;
 margin-bottom:  15px;
 padding-bottom: 0px;
 font-size:      20pt;
 font-weight:    normal;
 font-family: helvetica, arial, sans-serif; 
 color: navy;
}


h3 {
 display: list-item;
 list-style-type: square;
 list-style-position: inside;
 margin-left:    70px;
 margin-top:     16px;
 padding-top:    0px;
 margin-bottom:  10px;
 padding-bottom: 0px;
 font-size:      14pt;
 font-weight:    normal;
 font-family: helvetica, arial, sans-serif; 
 /* color:  #22397c; bleu fonce */
 color: purple;
}


h4 {
 display: list-item;
 list-style-type: circle;
 list-style-position: inside;
 margin-left: 150px;
 margin-top:  8px;
 padding-top: 0px;
 margin-bottom:  8px;
 padding-bottom: 0px;
 font-family: helvetica, arial, sans-serif; 
 font-weight: normal;
 font-size: 14pt;
 color: grey;
}


h5 {
 display: list-item;
 list-style-type: circle;
 list-style-position: inside
 margin-left: 100px;
 margin-top:  0px;
 padding-top: 0px;
 margin-bottom:  0px;
 padding-bottom: 0px;
 font-family: helvetica, arial, sans-serif; 
 font-weight: normal;
 font-size: 18pt;
}


h6 {
 margin-left: 150px;
 margin-top:  0px;
 padding-top: 0px;
 margin-bottom:  0px;
 padding-bottom: 0px;
 font-family: helvetica, arial, sans-serif; 
 font-weight: normal;
 font-size: 18pt;
}

em {
 font-style: normal;
 color:  #fe5e00;  /* orange */
 /* color: #ee5e19 */
}
