@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
h1, h2, h3, p, li, a, td { font-family:'Lato', arial, helvetica, sans-serif }
body { background-color: white; font-family:'Lato', arial, helvetica, sans-serif }
h1 { padding-top: 20px; color: steelblue; text-align: center; font-weight: bold; font-size: 2em; font-family: Georgia, "Times New Roman", Times, serif }
h2 { font-size: 1.5em; font-weight: bold; color: slategrey }
h3 { font-size: 1.25em; font-weight: bold; color: slategrey; margin-left: 16px }
p { line-height: 150%; font-size:  medium; }
a { text-decoration: none; color: #03c; }
a:hover { text-decoration: underline; }
a:visited { color: #03c; }
ul { list-style-type: none; margin-bottom: 32px }
li { margin-bottom: 8px }
h6 { text-align: center; font-family: Georgia, "Times New Roman", Times, serif }
.about { margin: 32px 0; border-bottom: 1px solid #ddd; padding-bottom: 16px }
.footer { background-color: white; border-top: 2px solid #eee; margin-top: 64px  }
.footer p { font-size: 1em; margin: 0; padding: 0 }
.upCase { text-transform: uppercase }