/*
 * Here are the styles for the background and tables.
 */
body    { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px }

p               { margin: 0px 60px 0px 60px ; padding: 5px 10px 5px 10px ;
                  display: block }
p table         { margin: 0px; padding: right: 0px;
                  table-layout: fixed;
                  display: block; border: 1px solid grey }
p table tr      { margin: 0px; padding: 0px }
p table tr td   { margin: 0px; padding: 5px 10px 5px 10px;
                  vertical-align: middle ; border: 1px solid black}
p table tr td.r { text-align: right }
p table tr td.l { text-align: left  }

p.b table       { width: 100% }
p.c table tr td { width: 1% }

