/* WYMeditor */


/* COLORS: Red */
.colours-red {
  color: red;
}

/* COLORS: Green */
.colours-green {
  color: green;
}

/* COLORS: Blue */
.colours-blue {
  color: blue;
}

/* COLORS: Grey */
.colours-grey {
  color: gray;
}

/* COLORS: Orange */
.colours-orange {
  color: #FF890F;
}

/* COLORS: Yellow */
.colours-yellow {
  color: yellow;
}

/* COLORS: Brown */
.colours-brown {
  color: #79492F;
}

/* COLORS: White */
.colours-white {
  color: #FFF;
}

/* COLORS: Black */
.colours-black {
  color: #000;
}

/* FONTS: Arial */
.fonts-arial {
  font-family: Arial, Helvetica, Sans-Serif;
}

/* FONTS: Arial Black */
.fonts-arial-black {
  font-family: "Arial Black", "Arial", Sans-Serif;
}

/* FONTS: Times New Roman */
.fonts-times-new-roman {
  font-family: "Times New Roman", Serif;
}

/* FONTS: Verdana */
.fonts-verdana {
  font-family: Verdana, Sans-Serif;
}
  
/* FONTS: Georgia */
.fonts-georgia {
  font-family: Georgia, Serif;
}

/* Paragraph Testimonial */
.paragraph-testimonial {
  font-style: italic;
  color: #555;
  line-height: 1.8em;
}

/* /WYMeditor */