  a    { font-family: Verdana, sans-serif;
         font-size: 13;
         font-weight: bold;
         color: grey;
       }
  a.bl { font-family: Verdana, sans-serif;
         font-size: 13;
         font-weight: bold;
         color: blue;
       }
  p    { font-family: Verdana, sans-serif;
         font-size: 13;
         color: gray;
         text-decoration: none;
         text-indent: 0.5em;
       }
  p.sm { font-family: Verdana, sans-serif;
         font-size: 11;
         color: gray;
         text-decoration: none;
         text-indent: 0.5em;
       }
  p.lg { font-family: Verdana, sans-serif;
         font-size: 18;
         color: gray;
         text-decoration: none;
         text-indent: 0.5em;
       }