a {
    color: rgba(255, 255, 255, 0.85);
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.active {
  text-decoration: underline;
}

footer {
  clear: both;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: -40px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  overflow-x: hidden;
}

footer, li {
  font-size: 120%;
  display: inline;
  border-right: 1px solid;
  padding: 0px 20px;
}

footer, li:last-child {
  border-right: none;
}
