body {
  background: white;
  font-size: 11px;
  font-family: Times, Liberation, serif;
  color: black;
}

nav {
  display: none;
}

h1, h2, h3, h4 {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: font-family: Times, Liberation, serif;
  color: black;
  font-weight: bold;
}
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

p, ul {
  font-size: 10px;
  line-height: 12px;
}

footer {
  font-size: .5em;
}

footer a {
  color: white;
  font-weight: bold;
}
 
footer ul {
  width: 100%;
  float: left;
  clear: both;
  background-color: #9146b4;
  padding-bottom: 5em;
  list-style: none;
}

footer ul li {
  float: left;
  padding: .3em;
  margin: 0 .3em 0 0;
  font-size: 1.4em;
  background-color: transparent;
}