
@import url('https://fonts.googleapis.com/css2?family=Share&display=swap');

<style type="text/css">

@font-face {
  font-family: 'share';
  src: url(share.regular.ttf);
}

body {
font-family: 'share', sans-serif;
line-height:130%;
margin-left:auto;
margin-right:auto;
font-size:19px;

}

      iframe{      
        display: block;  /* iframes are inline by default */   
        height: 60vh;  /* Set height to 100% of the viewport height */   
        width: 100%;  /* Set width to 100% of the viewport width */    
        border: none; /* Remove default border */
		  }
            
a:link {
text-decoration:none;
 color: #333;
}

  tr:nth-child(even) {
  background-color:#eee;
}

a:visited {
color:#333;
 text-decoration:none;
}

a:hover {
    color: #068;
}

a:active {
    color: #333;
	
}

	h4 {
		font-size:20px;
	text-weight:bold;
	color:#069;
	}

		
	h2 {
		font-size:28px;
		line-height:135%;
	
	}

	h3 {
		font-size:22px;
		line-height:135%;
text-weight:bold;

	}

	
hr {
  border:none;
	border-bottom: 1px dotted steelblue;
	margin-top: 0.5em;
  margin-bottom: 0.5em;
	}


summary
{
	padding:0;
		margin:10px 0;
}

span{
	color:steelblue;
}
 
 .scroll {
 display: block;  
height: 90vh; 
width:100%;
overflow: scroll;
padding:20px;
margin: 0;
}

td{
	font-size:19px;
}
</style>
