#menu ul{
  list-style: none;
}
#menu li{
  display: inline;
  padding-left: 10px;
}

#menu img{
  width: 22px;
}

a {
  color: olive;
}

a:hover {
  color: darkred;
}

.backlink {
  font-weight: bold;
  font-family: 'courier prime';
  font-size: 25px;
  text-decoration: none;
  color: white;
}

.backlink:hover {
  background-color: white;
  color: black;
}

.body {
  padding-left: 10px; padding-right: 10px;
  margin: 10px;
  margin-top: 2px;
  text-align: left;
  font-family: 'Lexica Ultralegible';
}

.miniheading {
  text-align: left;
  padding-left: 20px;
  font-family: 'Lexica Ultralegible';
  font-weight: bold;
  margin: 0px;
}

.topheading {
  text-align: left;
  font-size: 50px;
  padding-left: 20px;
  font-family: 'Lexica Ultralegible';
  font-weight: bold;
  margin: 0px;
  text-decoration: underline;
}

/* test for cache */
