/*
    NEW style sheet for most of the normal pages. Exceptions:  
       1) The start page (index.html) 
       2) The 'folios' section (but not: folios.html)
       3) The Table of Contents (toc.html .. maybe other)
    (The entire font is taken from Noto Sans Voy)

    Modified: 12/08/2025 
*/

body {text-align: center;}

p, dl, ul, ol, h1, h2, h3, h4, h5, table, address, blockquote {
      font-family: NotoSansV;
      text-align: left;
      margin-right: 128px;
      line-height: 1.35;
   }

p, dl, table, address {
      margin-left: 160px;
   }

ul, ol, h1, h2, h3, h4, h5 {
      margin-left: 192px;
   }

a:link, a:visited, a:hover {
      color: #0040FF;
      text-decoration:none;
   }

a:hover {
      border-bottom:3px dotted red;
   }

p {
      font-weight: normal;
      font-size: 10pt;
      margin-top: 4pt;
      margin-bottom: 12pt;
   }

table {
      font-weight: normal;
      font-size: 10pt;
      margin-bottom: 12pt;
      border: 1px solid black;
      border-collapse: collapse;
   }

blockquote {
      margin-left: 224px;
      font-size: 10pt;
      font-style: italic;
   }

pre {
      text-align: left;
      margin-left: 160pt;
   }

td {
      font-weight: normal;
      font-size: 10pt;
      border: 1px solid black;
      padding: 5px;
   }

th {
      font-weight: bold;
      font-size: 10pt;
      border: 1px solid black;
      padding: 5px;
      background-color: #FFFFA8;
   }

li, dt, dd {
      font-size: 10pt;
      margin-top: 0pt;
      margin-bottom: 4pt;
   }

dt {
      float: left;
   }

h1 {
      font-weight: normal;
      font-size: 28pt;
      margin-top: 64px;
      margin-bottom: 0pt;
   }

h2 {
      font-weight: normal;
      font-size: 20pt;
      margin-top: 40pt;
      margin-bottom: 16pt;
   }

h3 {
      font-weight: normal;
      font-style: italic;
      font-size: 16pt;
      margin-top: 8pt;
      margin-bottom: 12pt;
   }

h4 {
      font-weight: normal;
      font-style: italic;
      font-size: 16pt;
      margin-top: 36pt;
      margin-bottom: 12pt;
   }

h5 {
      font-weight: bold
      font-size: 14pt;
      margin-top: 16pt;
      margin-bottom: 4pt;
   }

address {
      font-weight: normal;
      font-style: italic;
      font-size: 10pt;
      margin-top: 48pt;
   }

@font-face {
  font-family: 'NotoSansV';
  font-style: normal;
  src: local('NotoSansV'), 
       url('Fonts/NotoSansV.woff') format('woff');
}

.Eva {
      font-size: 18pt;
   }

.v101 {
      font-size: 15pt;
   }

table.cen {
      margin-left: auto;
      margin-right: auto;
   }

table.nobo {
      margin-left: 192px;
      border: none;
      border-spacing: 0px;
   }

table.nobo th, table.nobo td {
      border: none;
   }

table.btn {
      border: none;
      border-spacing: 0px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-left: auto;
      margin-right: auto;
   }

table.btn th , table.btn td {
      border: none;
      padding: 1px;
   }

.centr {
      text-align: center;
   }

.dent2 {
      margin-left: 32px;
   }

.forn {
      font-style: italic;
   }

.hilite {
      font-weight: bold;
      color: #0040A0;
   }

.emph {
      font-weight: bold;
      font-style: italic;
      color: #002060;
   }
