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; }

.button {
  display: inline-block;
  color: #000 !important;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  margin-top: 5px;
  border: 1px solid #000;
  text-decoration: none; }
  .button:hover {
    color: #ffffff !important;
    background-color: #000;
    border: 1px solid #ffffff; }

.button2 {
  display: inline-block;
  color: #ffffff !important;
  background-color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ffffff;
  text-decoration: none; }
  .button2:hover {
    color: #000 !important;
    background-color: #ffffff;
    border: 1px solid #000; }

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

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