body {
  background-color: white;
  color: black;
  margin: 1em 5% 5em 5%;
  //font-family: sans-serif;
}
a {
  text-decoration: none;
  color: #bb0000;
}
a:hover {
  background-color: #ffff80;
}
a:visited {
  color: #990099;
}
.cat {
  color: blue;
  font-size: xx-large;
  font-weight: bold;
}
.subcat {
  color: black;
  font-size: large;
  font-weight: bold;
  margin: 1em 0px .2em 0px;
}
.people {
  font-family: sans-serif;
  margin: 0px 0px 0px 1em;
}
.projects {
  font-family: sans-serif;
}
#logo {
  text-align: center;
}
