

body {
  color: white;
  background: #333344; /* dark bg;*/
  font-family: helvetica, arial, sans-serif; 
  font-size: 12pt;
}

p { 
 margin-left:    20px;
 font-family: helvetica, arial, sans-serif; 
}

table { 
 margin-left:    40px;
 font-family: helvetica, arial, sans-serif; 
  font-size: 10pt;
}

a {color: lightgrey;}

td.stitle {background: #555555;}

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


h1 {
 margin-top:     20px;
 margin-bottom:  25px;
 padding-bottom: 10px;
 margin-left:    10px;
 padding-left:   10px;
 font-size:      30px;

 font-family: helvetica, arial, sans-serif; 
 border-bottom-style: solid; /* solid,double,etc. */
 page-break-before: always;
 color:  #fe5e00;  /* orange */
}


h2 {
 margin-left:    20px;
 margin-top:     20px;
 padding-top:    10px;
 margin-bottom:  10px;
 padding-bottom: 0px;
 font-size:      18px;
 font-weight:    normal;
 font-family: helvetica, arial, sans-serif; 
}


h3 {
 margin-left:    20px;
 margin-top:     20px;
 padding-top:    10px;
 margin-bottom:  10px;
 padding-bottom: 0px;
 font-size:      18px;
 font-weight:    normal;
 font-family: helvetica, arial, sans-serif; 
 color:  #fe5e00;  /* orange */
}


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


h5 {
 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 */
}
