font-family: "Libre Franklin", Helvetica, Arial, sans-serif;

html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: white; 
 font-family: "Libre Franklin", Helvetica, Arial, Verdana, sans-serif; 
 font-size: 100%;
 }
h1 {
 font-size: 200%;  
 text-align: center;
 }
h2 {
 font-size: 160%;  
 padding-left: 15px;
 }
h3 {
 font-size: 120%;  
 padding-left: 15px;
 }
p,ul,li,td {
 color: black; 
 }
a:link {
 color: blue;
 text-decoration: underline;
 }
a:visited {
 color: gray;
 }
a:hover {
 color: blue;
 text-decoration: none;
}
