/* ==== DETAIL PAGE / TEXTAREA CONTENT / IFRAME CONTENT === START ========================== */

h1 {font-size: 42px; font-weight: normal; line-height: 55px; margin: 2px; padding: 0;}
h2 {font-size: 32px; font-family: courier; font-weight: normal; line-height: 45px; margin: 2px; padding: 0;}

.wysiwyg-text { text-align:left; width: 100%;}

.wysiwyg-text-align-center { text-align:center; width: 100%;}
.wysiwyg-float-left {float:left;}
.wysiwyg-float-right {float:right;}
.wysiwyg-float-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
table.wysiwyg-float-center {
    width:70%;
    margin-left:15%;
    margin-right:15%;
    border: 1px solid #000;
}
.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;
}
/* ==== DETAIL PAGE / TEXTAREA CONTENT / IFRAME === END ============================ */