
    body {
      font-family:     verdana, arial, sans-serif;
      font-size:       12px;
      font-weight:     normal;

      color:           white;
      background:      #000080;

      line-height:     120%;

      text-align:      left;

      margin-top:      20px;
      margin-left:     20px;
      margin-right:    20px;
      margin-bottom:   20px;
    }

    .head {
      text-align:      center;
      font-size:       24px;
      font-weight:     bold;

      line-height:     120%;

      color:           black;
      background:      #c0c0c0;
    }

    a { color: #00ffff; text-decoration:none }

    ul {
      margin-left:     20px;
    }

    li {
      margin-left:      0px;
    }

    table {
      border-collapse: collapse;
    }

    th {
      font-size:       18px;
      height:          30px;
      color:           black;
      background:      #c0c0c0;
      line-height:     120%;
    }

    tr {
      line-height:     120%;
    /*  background:      #c0c0c0; */
    }

    td {
      font-size:       12px;
      vertical-align:  top;
      padding-top:         3px;
      padding-bottom:         3px;
      padding-left:         6px;
      padding-right:         6px;
    }

    th a {
      color:           black;
      background:      #00ffff;
      text-decoration: none;
    }
    td a { color: #00ffff; text-decoration:none }

    .code {
      font-family:    courier-new;
      font-size:      10px;
      font-weight:    bold;
    /*  color:          black; */
    }

    .footnote {
      font-size:      10px;
    }

    .pointer {
      cursor:      pointer;
    }





