/* CSS for isc/ and subfolders */
   body {
      font-family: verdana, sans-serif;
      font-weight: normal;
      font-size: 12pt;
      color: #000000;
      background: #ffffff;
   }
   a:link, a:visited, a:hover {
      text-decoration: none;
      color: #0000ff;
      background: #ffffff;
   }
   a:hover {
      font-style: italic;
   }
   h1 {
      font-weight: bold;
      font-size: 150%;
      text-decoration: none;
   }
   h2 {
      font-weight: bold;
      font-size: 110%;
      text-decoration: none;
   }
   h3 {
      font-weight: bold;
      font-size: 100%;
      text-decoration: underline;
   }
   table {
      border-collapse: collapse;
   }
   th {
      border: 1px solid black;
      text-align: left;
   }
   td {
      border: 1px solid black;
      text-align: left;
      vertical-align: top;
   }

