@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto&display=swap');
HTML,BODY{font-family: 'Open Sans', sans-serif;}
H1{font-family: 'Roboto', sans-serif;font-size: 24px;text-align: center;border-bottom: 1px solid navy;padding-bottom: 5px}
H2{font-family: 'Roboto', sans-serif;font-size: 18px;}
p{font-size: 1.2em}
TD.font-weight-bold{font-weight: bold}