*{
  margin: 0;
  padding: 0; 
  }
  
  /* libre-baskerville-regular - latin */
  @font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* libre-baskerville-italic - latin */
  @font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/libre-baskerville-v14-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* libre-baskerville-700 - latin */
  @font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/libre-baskerville-v14-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  
  .libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration:inherit;
  }
  
  .libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
    text-decoration:inherit;
  }
  
  .libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
    text-decoration:inherit;
  }
  
  hr {
  border: none;
  border-top: 1px solid #700000;
  overflow: visible;
  text-align: center;
  height: 1px;
}
  
  .hr { 
    width: 100%; 
    height: "0.6px"; 
    margin: 0;
    color: #edcd82;
    background: #000000;
    text-decoration:inherit;
    }
  
  .line { 
    width: 100%; 
    height: "1.2px"; 
    margin: 0;
    padding: 0;
    color: #edcd82;
    background: #000000;
    }
  
  * { 
    color: #FFFFFF;
    font: lighter 1rem Libre Baskerville;
    font-family: lighter "Libre Baskerville", serif;
    }
  
  copy { 
    color: #FFFFFF
    ; 
    outline: none;
    margin: 0 0 0 0;
    padding: 0;
    font: lighter 1rem Libre Baskerville;
    text-decoration:inherit;
  }

	p { 
	  color: #FFFFFF
    ;
	  margin: 0 0 0.5rem 0;
	}

	p. { 
	  color: #900000;
	  margin: 0 0 0.5rem 0;
	}

  halfline. { line-height: 150%; }
  
  small { 
    color: #FFFFFF
    ;
    line-height: 0.66rem;
    margin: 0;
    padding: 0;
    font: lighter 1rem Libre Baskerville;
  }
  
  h1 {
  color: #900000;	
  margin: 0 0 0 0; 
  outline: none;
  font: lighter 2.4rem Libre Baskerville;
  text-decoration:inherit;
  }
    
  h2 {
  color: #FFFFFF
  ;	
  margin: 0 0 0 0;
  outline: none;
  font: lighter 2.4rem Libre Baskerville;
  text-decoration:inherit;
  }
        
  h3 {
  color: #900000;	
  margin: 0 0 0 0;
  font: lighter 1.6rem Libre Baskerville;
  text-decoration:inherit;
  }
    
  h4 {
    color: #FFFFFF
    ;	
    margin: 0 0 0 0;
    font: lighter 1.6rem Libre Baskerville;
    text-decoration:inherit;
  }
  h5 {
    font-size: 1rem;
    color: #FFFFFF
    ;
    text-decoration:inherit;
  }
  h6 {
    font-size: 0.66rem;
    color: #FFFFFF
    ;
    text-decoration:inherit;
  }
  
  sub {
    height: 5rem;
    color: #900000; 
    text-decoration:inherit;
    
    }
    
  t1 {
    color: #900000;	
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font: lighter 1rem Libre Baskerville;
  }
    
  t2 {
    color: #FFFFFF
    ;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 0;    
    font: lighter 1rem Libre Baskerville;	
  }
    
  a { 
    color: #FFFFFF
    ;
    outline: none;
    font: lighter 1rem Libre Baskerville;
    text-decoration:inherit; 
  }
  a:hover,
  a:focus	{ 
    color: #600000;
    font: lighter 1rem Libre Baskerville;
    text-decoration:inherit; 
  }
  
  halfLine. { line-height:150%;}
  
  {
        scrollbar-face-color :#000000;
        scrollbar-shadow-color : #000000;
        scrollbar-highlight-color : #000000;
        scrollbar-3dlight-color : #000000;
        scrollbar-darkshadow-color: #700000;
        scrollbar-track-color :#000000;
        scrollbar-arrow-color : #000000;
        }
  
  