   body {
    font-family: helvetica;
   }
   p.normal,p.address,h2,h3,h4 {
    width: 900px;
   }
   p {
    font-size: x-small;
   }
   p.address {
     margin-left: 1cm;
   }
   h2,h3,h4 {
    text-align: center;
   }
   ul {
    font-size: x-small;
   }
   li.other_details {
    width: 800px;
   }
   li {
    vertical-align: top;
   }
   b.paragraph_header {
    font-size: small;
   }
   b.guest_name {
    font-size: large;
   }
   .display {
    font-size: x-small;
    border: 1 solid #000;
    border-collapse: collapse;
    margin: 10 1cm;
    padding: 5;
    text-align: center;
   }
   td {
    font-size: x-small;
    vertical-align: top;
   }

