img {
  border: 0;
}

a {
  color: white;
  text-decoration: none;
  border: 0;
}

a:hover {
  color: red;
  text-decoration: none;
}


h1 {
  font-size: 1.6em;
}

.smallheading {
  font-weight: normal;
}

h2 {
  font-size: 1.3em;
  margin: 0;
  margin-top: 20px;
}

hr {
  margin-bottom: 30px;
}

.no-list-style {
  list-style-type: none;
}

.center {
  text-align: center;
}