
    body, p, h1, h2, h3, table, td, th, ul, ol
    {
      font-family: Arial;
      font-size: 12pt;
      color: #FFFFFF;
    }
    
    font.heading
    {
      font-size: xx-large;
      padding: 2px;
      border-width: 0px;/*2px;*/
      border-color: #ffffff;
      border-style: solid;
      font-weight: bold;
      /*background-color: #000060;*/
    }
    
    table.title
    {
      border-width: 2px;
      padding: 0px;
    }
    
    p,table
    {
      padding: 10px;
      border-width: 1px;
      border-color: #b5bfff;
      border-style: solid;
      background-color: #151580;    
      text-indent: 25px;
    }
    
    p.noindent
    {
/*      padding: 10px;
      border-width: 1px;
      border-color: #b5bfff;
      border-style: solid;
      background-color: #151580;  */
      text-indent: 0px;      
    }
    
    table
    {
      padding: 5px;
      text-indent: 0px;
    }
    
    table.noborder
    {
      border-width: 0px;
      background-color: transparent;
    }
    
    img
    {
      padding-bottom: 3px;
      border-style: none;
    }
    
    font
    {
      /*font-style: italic;*/     
    }

    body
    {
      margin: 15px;
      background-color: #000012;
    }

    A { text-decoration: none; color: #AAAAFF; }
    A:visited { text-decoration: none; color: #AAAAFF; }
    A:hover { text-decoration: underline; color: #FFFFFF; }

