*{
  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.3px"; 
    margin: 0;
    color: #700000;
    text-decoration:inherit;
    }
  
  .line { 
    width: 100%; 
    height: "0.6px"; 
    margin: 0;
    padding: 0;
    color: #700000;
    background: #D0CED1;
    }
  
  * { 
    color: #464b54;
    font: lighter 1rem Libre Baskerville;
    font-family: lighter "Libre Baskerville", serif;
    }
  
  copy { 
    color: #464b54; 
    outline: none;
    margin: 0;
    padding: 0;
    font: lighter 1rem Libre Baskerville;
    text-decoration:inherit;
  }

	p { 
	  color: #464b54;
	  margin: 0 0 0.5rem 0;
	}

	p. { 
	  color: #700000;
	  margin: 0 0 0.5rem 0;
	}

  halfline. { line-height: 150%; }
  
  small { 
    color: #464b54;
    line-height: 0.66rem;
    margin: 0;
    padding: 0;
    font: lighter 1rem Libre Baskerville;
  }
  
  h1 {
  color: #700000;	
  margin: 0 0 0 0; 
  outline: none;
  font: lighter 2.4rem Libre Baskerville;
  text-decoration:inherit;
  }
    
  h2 {
  color: #464b54;	
  margin: 0 0 0 0;
  outline: none;
  font: lighter 2.4rem Libre Baskerville;
  text-decoration:inherit;
  }
        
  h3 {
  color: #700000;	
  margin: 0 0 0 0;
  font: lighter 1.6rem Libre Baskerville;
  text-decoration:inherit;
  }
    
  h4 {
    color: #464b54;	
    margin: 0 0 0 0;
    font: lighter 1.6rem Libre Baskerville;
    text-decoration:inherit;
  }
  h5 {
    font-size: 1rem;
    color: #464b54;
    text-decoration:inherit;
  }
  h6 {
    font-size: 0.66rem;
    color: #464b54;
    text-decoration:inherit;
  }
  
  sub {
    height: 5rem;
    color: #700000; 
    text-decoration:inherit;
    
    }
    
  t1 {
    color: #700000;	
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font: lighter 1rem Libre Baskerville;
  }
    
  t2 {
    color: #464b54;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 0;    
    font: lighter 1rem Libre Baskerville;	
  }
    
  a { 
    color: #464b54;
    outline: none;
    font: lighter 1rem Libre Baskerville;
    text-decoration:inherit; 
  }
  a:hover,
  a:focus	{ 
    color: #26292e;
    font: lighter 1rem Libre Baskerville;
    text-decoration:inherit; 
  }
  
        .halfLine { line-height:50%;}
  
  {
        scrollbar-face-color :#d0ced1;
        scrollbar-shadow-color : #d0ced1;
        scrollbar-highlight-color : #d0ced1;
        scrollbar-3dlight-color : #d0ced1;
        scrollbar-darkshadow-color: #ffffff;
        scrollbar-track-color :#d0ced1;
        scrollbar-arrow-color : #d0ced1;
        }
  
  