     body {
       margin-left: 60px;
       font-weight: bold;
       background-image: url("/images/wood.jpg"); 
     }
     .blotterborder {
       background-image: url("/images/leather.gif");
       border-left:  1 solid #ee8;
       border-top:   1 solid #ee8;
       border-right: 1 solid #660;
       border-bottom: 1 solid #660;
     }
     .blotter {
       background-image: url("/images/greenfelt.jpg");
       padding: 24px;
       border-left:  1 solid #8e8;
       border-top:   1 solid #8e8;
       border-right: 1 solid #260;
       border-bottom: 1 solid #260;
     }
     .envelope {
       background-image: url("/images/bondpaper.jpg");
       border-left:  1 solid #eee;
       border-top:  1 solid #eee;
       border-right: 1 solid #666;
       border-bottom: 1 solid #666;
     }
     .letter {
       background-image: url("/images/TanParchment.jpg");
       border-left:  1 solid #ee8;
       border-top:   1 solid #ee8;
       border-right: 1 solid #660;
       border-bottom: 1 solid #660;
     }
     .title {
       font-family: Arial Narrow, Arial, Sans Serif;
       font-size: 10pt;  
     }
     .tiny {
       font-size: 10px;
     }
