<style>
/*
 * I add this to html files generated with pandoc.
 171     5    32
139    11    41
107    17    49
 76    23    58
 44    29    66
 12    35    75

 171     5    32
185    36    32
199    66    32
213    97    31
227   127    31
241   158    31

171     5    32
194    56    32
218   107    31
241   158    31
 */

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: black;/*#444;*/
  font-family: Arial;
  font-size: 18px;
  line-height: 1.5;
  padding: 1em;
  margin: auto;
  max-width: 42em;
  background: #fefefe;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  /*margin-top: 2em;*/
  font-weight: bold;
}

h4, h5, h6 {
  font-weight: bold;
}

h1 {
  color: rgb(171,5,32);
  font-size: 2em;
}

h2 {
  color: rgb(194,56,32);
  font-size: 1.5em;
}

h3 {
  color: rgb(218,107,31);
  font-size: 1.2em;
}

h4 {
  color: rgb(241,158,31);
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
}

</style>
