      body {color: black; background-color: #FFFFFF; padding: 0pt; margin: 0pt;}
      body {font-size: 10pt; text-align: left; font-family: arial, sans-serif;}

      h1 {font-size: 24pt; font-weight: bold; text-decoration: underline; color: #990000;}
      h2 {font-size: 21pt; font-weight: bold; color: #660000;}
      h3 {font-size: 18pt; font-weight: bold; color: #660000;}
      h4 {font-size: 16pt; font-weight: bold; color: #660000;}
      h5 {font-size: 14pt; font-weight: bold; color: #660000;}
      h6 {font-size: 12pt; font-weight: bold; color: #330000;}

      p {text-align: justify;}
      ul {text-align: justify;}
      ol {text-align: justify;}
      dl {text-align: justify;}

      code
      {
        font-family: monospace;
        font-size: 80%;
        font-weight: bold;
        white-space: nowrap;
        color: #330000;
      }
      
      a {color: #990000;}
      a:link {text-decoration: none;}
      a:active {text-decoration: none;}
      a:visited {text-decoration: none;}
      a:hover {text-decoration: underline;}

      img.kropka {position: relative; top: 6px; border: 0px;}
      img.kropkatytul {position: relative; top: 3px; border: 0px;}
      
      hr { margin-top: 24px; margin-bottom: 24px; }
      p { margin-top: 12px; margin-bottom: 12px; }

      #content
      {
        margin: 12px;
        padding: 12px;
      }
      .program
      {
        background-color: #FEDCBA;
        margin: 24px;
        padding: 12px;
        border: 1px solid #999999;
        overflow: hidden;
        font-family: monospace;
        font-size: 8pt;
        text-align: left;
        white-space: pre;
      }
      .cmd
      {
        background-color: #DCDCDC;
        margin: 24px;
        padding: 12px;
        border: 1px solid #999999;
        overflow: hidden;
        font-family: monospace;
        font-size: 8pt;
        text-align: left;
        white-space: pre;
      }
      #menu
      {
        margin: 12px;
        padding: 12px;
      }
      .menuitem
      {
        width: 193px;
        text-align: left;
        margin: 0px;
        padding: 6px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: #CCCCCC;
        font-size: 10pt;
        font-weight: bold;
        color: #990000;
        text-decoration: none;
      }
      .menutext
      {
        width: 193px;
        text-align: left;
        margin: 0px;
        padding: 6px;
        font-weight: bold;
        text-decoration: none;
      }
      table.mark
      {
        border-collapse: collapse;
        text-align: right;
      }
      table.mark tr.row0
      {
        background: white;
      }
      table.mark tr.row1
      {
        background: lightgray;
      }
      table.mark tr.row2
      {
        background: gray;
      }
      table.mark td.center
      {
        text-align: center;
      }
      table.mark td.right
      {
        text-align: right;
      }
      table.mark thead
      {
        background: #CC6666;
      }

