body
{
   border: 0;            /* make sure we get rid of all borders */
   margin: 0;            /* make sure we get rid of all margins */
   padding: 0;           /* MUST be set to override the 10-pixel default of Opera 7.5! */

   font-family: Verdana, Tahoma, Arial, sans-serif;
}

h1 { font-size: 10pt;
     margin: 8pt 10pt 3pt 10pt; /* top right bottom left */
   }

p  { font-size: 8pt;
     margin: 0pt 10pt 0pt 20pt; /* top right bottom left */
   }

div.top   { width: 100%; background: #FFFF9C }
div.left  { width: 50%; float: left }
div.right { width: 50%; float: right }
           
