h2, h3, h4 {
  margin: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.highlight {
  color: #F00;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.image-left {
  float: left;
  padding-right: 5px;
}

.image-right {
  float: right;
  padding-left: 5px;
}