a img {
  border: 0;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.center {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.justify {
  text-align: justify;
}

.clearIt {
  clear: both;
}

.hidden {
  display: none;
}

.makeHidden {
  display: none;
}

.strong {
  font-weight: bold;
}

/* Colors  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.orangeFront {
  color: #ffc446;
}

.greenFront {
  color: #8fbe00;
}

.redFront {
  color: #c63636;
}

.blueFront {
  color: #4694ff;
}

.blackFront {
  color: #2c2c2c;
}

/* Colors  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

