h1 {
  font-size : 1.3em;
  font-weight : bold;
  font-style : normal;
  text-align : center;
  word-spacing: 0.2em;
}
h2 { /* A bit larger than h1 in this book */
  font-size : 1.4em;
  font-weight : bold;
  font-style : normal;
  text-align : center;
  word-spacing: 0.2em;
}
/* Style for alinement number in Watkins's lists, which are done as tables */
td.aline_nr {
  vertical-align : top;
	width : 5%;
}
/* Needs to be wider in Chapter IX */
td.aline_nr_wide {
  vertical-align : top;
	width : 10%;
}
/* Style for ditto marks in tables */
td.ditto {
  text-align : center;
}
/* 2012-03-01 Centred table */
table.align_centre {
  margin-left: auto;
  margin-right: auto;
}
/* end */
