@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
  font-family: "Open Sans";
  font-size: 16px;
}
header {
  height: 6em;
  background: #116ea6 url(images/qtijs-logo.svg) no-repeat 1em 1em / 6em;
  margin-bottom: 2em;
}
footer {
  margin-top: 1.5em;
  background: #116ea6;
}
h1 {
  font-size: 18px;
  text-align: center;
}
h2 {
  font-size: 18px;
}
h1, h2, p, li {
  margin: 1em 3em;
  max-width: 5.5in;
}
table {
  border-collapse: collapse;
  border: solid 1px black;
}
td, th {
  padding: 1em;
  text-align: left;
  border: solid 1px black;
}
a, a:visited {
  text-decoration: none;
  font-weight: bold;          
}
ul {
  list-style-position: inside;
}
footer ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  color: white;
  padding: .5em;
  max-width:6in;
}
footer a, footer a:visited {
  color:white;
}
