BODY, H3, H4, P, UL, OL, DL, LI, DT, DD, TH, TD, 
I, B, EM, STRONG
  {
    font-family: Palatino, Garamond, "Times New Roman", Times, serif;
    font-size: 14pt
  }

H1, H2
  {
    font-family: Palatino, "Hoefler Text", Futura, Times, serif;
    font-weight: normal
  }

H1
  {
    padding-top: 0.8ex;
    padding-bottom: 0.0ex;
    /* padding-left: 1ex; */
    text-align: center
  }

H2
  {
    padding-top: 0.4ex;
    padding-bottom: 0.0ex;
  }

/* BODY { margin: 0ex; } */		  /* all four margins */
/* A:link { color: #0000FF; }  */      /* new link, blue */
/* A:visited { color: #000077; } */    /* visited link, dark blue */
/* A:hover { color: #CC9900; } */      /* hover, gold */
/* A:active { color: #FF0000; } */     /* active, red */

TH { vertical-align: top; }
TD { vertical-align: top; }

DT { padding: 1ex 0ex; }           /* definition term */
DT:first-child { padding-top: 0ex; }           /* first definition term */
DT.first { padding-top: 0ex; }                 /* first definition term */

P.bottom { font-size: small; }                 /* navigation bar, bottom */

B.here { font-weight: bold; }      /* current node, black */

