  foo {}
  H1 { color: red; text-align: center }
  H2 { color: blue; text-align: left; clear: both}
  #outside           
     {
 /* Applies to outer table whose purpose is to create a page border */
 /*width:            675px;
 padding:          0px;
 border-spacing:   0px;
 margin-left:      auto;
 margin-right:     auto; */
 border-color:     #FFFFFF;
 border-style:     ridge;
 border-width:     18px;
     }
