
td.left {
   font-size:   smaller;
   text-align:  right;
   white-space: nowrap;
   border-style: none solid none none;
   border-width: 1px;
   border-color: black;
   }

td.right {
   font-size:   smaller;
   text-align:  left;
   white-space: nowrap;
   border-style: none none none solid;
   border-width: 1px;
   border-color: black;
   }

caption.scale {
   background-color: #AAFFAA;
   padding: 15px 15px 15px 15px;
   }


