      .BradfordObits {   /* Shade every other line in a table */
          width:90%;
          text-align:left;
          margin-left:auto;
          margin-right:auto;
          border-collapse: collapse;
        }
        .BradfordObits td {
            padding:1px 2px 1px;
        }
        .BradfordObits tr:nth-child(odd) {
              background:LightBlue;
          }
          .BradfordObits tr:nth-child(even) {
              background:LightCyan;
          }
          .BradfordObits tr:nth-child(1) {
              font-weight:bold;
              font-size:110%;
              text-decoration:underline;
          }
          .BradfordObits td:nth-child(1) {
             width:60%;
          }
           .H2Obit  {
              text-align:center;
              text-decoration:underline;
              font-family:Bookman;
              }
           .ObBox  {
               text-align: justify; 
               margin-top: 10px; 
               margin-right: auto; 
               margin-bottom: 10px; 
               margin-left: auto; 
               width: 80%;
               }
            .LtrGrp  {
               text-align: center; 
               font-weight:bold
               }