@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
}

body {
  font-family: 'Poppins', Verdana, Helvetica, Arial;
  padding-left: 0.1em;
	padding-right: 0.1em;
 }
img {
	padding: 2px 2px 2px 2px}
p {
  font-size: 0.9em}
table {
  border: 0.1em solid black;
  margin:0;
  border-collapse: collapse;
  border-spacing: 0px;}
th {background: white;
  text-align: left;
  border: 0.1em solid black;
	font-size: 0.8em;
	padding: 3px;}
td {  
  background: white;
  border: 0.1em solid black;
  font-size: 0.8em;
	padding: 3px;}
h1{
  font-size: 1.8em;
  font-weight: bold;}
h2{
  font-size: 1.4em;
  font-weight: bold;}
h3 {
  font-size: 1.1em;
  font-weight: bold;}
h4 {
  font-size: 1.0em;
  font-weight: bold;}
h5 {
  font-size: 0.9em;
  font-weight: bold;}
li {
  font-size: 0.9em
}
a.foot {
  font-size:10px; 
  color:gray;}




