h1
{
 margin-top: 0px;
 margin-bottom: 2px;
 color:White;
 background-color:rgb(10,60,140);
 text-align:center;
} 
h2
{
 margin-top: 0px;
 margin-bottom: 2px;
 color:Black;
 background-color:rgb(255,120,255);
} 
h3
{
 margin-top: 0px;
 margin-bottom: 5px;
 color:Black;
 background-color:rgb(235,245,225);
} 

table
{
empty-cells: show;
border-collapse: collapse;
}

body {
  font-family: "Gill Sans", sans-serif;
  font-size: 12pt;
  background-color:rgb(255,255,255);
  margin: 35pt;
  vertical-align: top;
  }

th {background-color: rgb(230,220,230);}
th {background-color: rgb(240,224,255);}
td {vertical-align: top;
}
  
a:link, a:active {
  color: #00e;
  background: transparent;
}

a:visited {
  color: #529;
  background: transparent;
}

div.intro {
  margin-left: 5%;
  margin-right: 5%;
  font-style: italic
}

pre {
  font-family: monospace
}

a:link img, a:visited img {
   border-style: none
}

ul.toc, ol.toc {
  list-style: disc;
  list-style: none;
}

div.issue {
  padding: 0.5em;
  border: none;
  margin-right: 5%;
}

.hideme { display: none }

