BODY 
{
  font-family: "arial", sans-serif;
  font-size: 10pt;
  margin: 2em;
  color: black;
  background: white;
}
H1 {font-size: 16pt;}
H2 {font-size: 12pt;}
H3 {font-size: 10pt;}
H4 {font-size: 8pt;}

TABLE {font-size: 10pt;}
.tooltip
{
  position: absolute;
  display: none;
  background-color: #FFFFC0;
  border-style: solid;
  border-width: 1;
}

/* In a caption/entry table (id="capent"), each row has two entries,
   the first of which is a bold caption, the second an italic entry */

TABLE#capent TD:first-child  {font-weight: bold;}
TABLE#capent TD + TD         {font-style: italic;}

/* A slightly awkward one-column version for at 3 pairs */
TABLE#capentv TR:first-child              {font-weight: bold;}
TABLE#capentv TR + TR                     {font-style: italic;}
TABLE#capentv TR + TR + TR                {font-style: normal; font-weight: bold;}
TABLE#capentv TR + TR + TR + TR           {font-weight: normal; font-style: italic;}
TABLE#capentv TR + TR + TR + TR + TR      {font-style: normal; font-weight: bold;}
TABLE#capentv TR + TR + TR + TR + TR + TR {font-weight: normal; font-style: italic;}

