body {
  text-align: center;
  font-family: verdana, arial;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: .05em;
}
h1 {
  color: #3A6EA5;
}
a:link {
  color: black;
  text-decoration: underline;
}
a:visited {
  color: black;
  text-decoration: underline;
}
a:focus {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: black;
  text-decoration: none;
}
a:active {
  color: black;
  text-decoration: underline;
}
img {
  height: auto;
  width: 100%;
}
#trigger {
  margin: 50px 0 25px 0;
  height: 100px;
}
.small {
  font-size: 0.75em;
}
.mini {
  font-size: 0.5em;
  color: white;
}
.mini.active {
  color: silver;
}
