h1 {
  margin-bottom: 0em;
  margin-top: 0.5em;
}
.center {
  text-align: center;
}
.motto {
  font-size: 1.4em;
  font-family: serif;
  margin-bottom: 1.5em;
}

a.details {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #CCC;
  text-decoration: none;
  color: #333;
}
a.details:hover {
  background-color: #DD3333;
  color: #FFFFFF;
}

.white-links a {
  color: #fff;
}

.copyrights {
  color: #999;
  text-align:center;
  font-size: 0.75;
}

