/*<meta name="viewport" content="initial-scale=1.0, user-scalable=yes" />*/

body {
    font-family: AppleSystemUIFont;
    
  
  /*  font-family: Arial, Helvetica, sans-serif;*/
  font-size: 1em;
}


table {
   
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
border: thin solid #000000;
border-collapse: collapse;
table-layout: auto;
}
td, th {
border: thin solid #000000;
padding: 5;
}

h1 {
    font-size:25px;
    font-weight:bold;
    color:blue;
}
h2 {
    font-size:20px;
    font-weight:bold;
    color:darkmagenta;
}
