
.wysiwyg-color-black {
  color: black;
}

.wysiwyg-color-silver {
  color: silver;
}

.wysiwyg-color-gray {
  color: gray;
}

.wysiwyg-color-white {
  color: white;
}

.wysiwyg-color-maroon {
  color: maroon;
}

.wysiwyg-color-red {
  color: red;
}

.wysiwyg-color-purple {
  color: purple;
}

.wysiwyg-color-fuchsia {
  color: fuchsia;
}

.wysiwyg-color-green {
  color: green;
}

.wysiwyg-color-lime {
  color: lime;
}

.wysiwyg-color-olive {
  color: olive;
}

.wysiwyg-color-yellow {
  color: yellow;
}

.wysiwyg-color-navy {
  color: navy;
}

.wysiwyg-color-blue {
  color: blue;
}

.wysiwyg-color-teal {
  color: teal;
}

.wysiwyg-color-aqua {
  color: aqua;
}

.wysiwyg-color-orange {
  color: orange;
}

/*TEXT-ALIGN*/
.wysiwyg-text-align-left{
    text-align: left;
}
.wysiwyg-text-align-center{
    text-align: center;
}
.wysiwyg-text-align-right{
    text-align: right;
}

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

/*FONT-FAMILY*/
.wysiwyg-font-family-arial 
{
    font-family:Arial;
}
.wysiwyg-font-family-arial_black 
{
    font-family:Arial Black;
}
.wysiwyg-font-family-comic 
{
    font-family:Comic Sans MS;
}
.wysiwyg-font-family-courier 
{
    font-family:Courier;
}
.wysiwyg-font-family-courier_new 
{
    font-family:Courier New;
}
.wysiwyg-font-family-garamond 
{
    font-family: Garamond;
}
.wysiwyg-font-family-helvetica 
{
    font-family: Helvetica;
}
.wysiwyg-font-family-impact 
{
    font-family: Impact;
}
.wysiwyg-font-family-lucida_grande 
{
    font-family: Lucida Grande;
}

.wysiwyg-font-family-lucida_sans
{
    font-family: Lucida Sans;
}
.wysiwyg-font-family-serif 
{
    font-family: Calibri;  
}
.wysiwyg-font-family-sans 
{
    font-family:Sans-Serif;
}
.wysiwyg-font-family-Tahoma 
{
    font-family:Tahoma;
}
.wysiwyg-font-family-times 
{
    font-family:Times;
}
.wysiwyg-font-family-times_new_roman
{
    font-family:Times New Roman;
}

.wysiwyg-font-family-Verdana 
{
    font-family: Verdana;
}
