body {color: black;
     font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana,
                  Geneva, Tahoma, Arial, Sans-serif;
     font-size: 12pt;
     background-color: white;}

p {margin-top: 0.3em;  margin-bottom: 0.3em;}
p.info { font-size: smaller }
p.menu { font-size: 10pt;  text-align: left; }


/* Headers */

H1, H2, H3, H4, H5, H6 {
   color: SteelBlue;
   font-weight: bold;
   page-break-after: avoid;}

H1 {font-size: 25pt;  margin-top: 1.2em;  margin-bottom: 0.1em;}
H2 {font-size: 20pt;  margin-top: 0.8em;  margin-bottom: 0.1em;}
H3 {font-size: 17pt;  margin-top: 0.6em;  margin-bottom: 0.1em;}
H4 {font-size: 14pt;  margin-top: 0.4em;  margin-bottom: 0.1em;}
H5 {font-size: 12pt;  margin-top: 0.3em;  margin-bottom: 0.1em;}
H6 {font-size: 10pt;  margin-top: 0.2em;  margin-bottom: 0.1em;}


/* Lists */

ul {margin-top: 0.0em;}
li {margin-top: 0.2em;  margin-bottom: 0.2em;}


/* Images */

a img {border: none;}


/* Links */

a:link    {color: Black;  text-decoration: underline;}
a:visited {color: Black;  text-decoration: underline;}
a:hover   {color: Black;  text-decoration: underline;
          background: LightSteelBlue;}


/* Lines and other accessories */

hr {border-top: solid;
   border-color: SteelBlue;}
