body {
  font-family: arial, sans-serif;
  background: url(../Pic/ombkgd.gif);
}
h1 {text-align: center; }
h2 {text-align: center; }
.items {
  width: 100% /*750px*/;
  border: 1px outset;
}
.items td { 
  padding: 5px;
  border: 1px inset;
}
.items th {
  font: normal;
  padding: 5px;
  border: 1px inset;
  width: 14ex;
}
.notable, .notable td, .notable th {
  border: 0;
  padding: 0 3;
}
.notable th {
  width: 10;
  font: bold;
}
.foot {font: italic smaller;}
