div#thePage { border: 2px #000000 solid; }

table.infotable {
      width:100%;
      border: solid 1 black;
      border-collapse: collapse;
}
table.infotable td{
      width:33%;
      padding: 5px;
      border: solid 1 black;
}

div.obit {
     background-color: #eeeeee;
     border: solid 1 black;
     padding: 5px;
     margin-top: 5px;
     margin-bottom: 5px;
}

div.obit p {
     margin-top: .25em;
}   