    body {
         color: #0080ff;
         background-color:#123456;
         font-family:Arial Narrow;
         scrollbar-base-color:#0080ff;
         scrollbar-3dlight-color:#123456;
         scrollbar-arrow-color:#123456;
         scrollbar-darkshadow-color:#000080;
         scrollbar-face-color:#0080ff;
         scrollbar-highlight-color:#123456;
         scrollbar-shadow-color:#000000;
         scrollbar-track-color:#123456;
       }
    h1 {
         font-family: Arial Narrow;
         color:#0080ff;
         font-weight:bold;
         margin-left:1cm;
       }
    h2 {
        font-family: Arial Narrow;
        margin-left:1cm;
        font-weight:bold;
       }
    h3 {
       font-family: Arial Narrow;
       margin-top:0.5cm;
       margin-left: 1cm;
       margin-right: 1cm;
       }
    p {
       font-family: Arial Narrow;
       margin-top:0.5cm;
       margin-left: 1cm;
       margin-right: 1cm;
      }
    ul {
        margin-left:100px;
       }

    .flow {
       font-family: Arial Narrow;
       text-align: justify;
       margin-top:0.5cm;
       margin-left: 1cm;
       margin-right: 1cm;
       }

    .navi_buttons {
       vertical-align: bottom;
       }

    a:link {
      font-weight:bold;
      color: #0080ff;
      text-decoration: none;
      }
    a:visited {
      font-weight:bold;
      color: #0080ff;
      text-decoration: none;
      }
    a:hover {
      font-style: italic;
      font-weight:bold;
      color:#000080;
      background-color:#0080ff;
      text-decoration: none;
      }
    table {
       border: medium dashed;
       border-color:#0080ff;
       table-layout:fixed;
       margin-top:1.0cm;
       empty-cells:show;
       }
    td {
       border-top: thin dotted;
       border-bottom: thin dotted;
       border-color:#ffffff;
       padding-left:12px;
       }
        th {
           font-family: fixedsys;
           color:#123456;
       background-color:#0080ff;
           }
