/* Text Styles */ 
body.mceContentBody * { font-family:Arial, Verdana, sans-serif; font-size:11px; color:rgb(119,120,123); line-height:140%; } /* equal to article */
body.mceContentBody p { margin:0; padding:0; } /* prevent double line behaviour, also add to top of tinymce content.css:p {margin:0; padding:0;} */
body.mceContentBody a, body.mceContentBody p a { color:rgb(119,120,123); text-decoration:underline; } 

.edit1 { color:rgb(0,174,239) !important; } /* cyan */
.edit2 { color:rgb(119,120,123) !important; } /* grey default */
.edit3 { color:rgb(236,0,140) !important; } /* magenta */
.edit4 { color:rgb(45,47,143) !important; } /* darkblue */

.edit1 u { color:rgb(0,174,239) !important;  text-decoration:underline !important; }
.edit2 u { color:rgb(119,120,123) !important; text-decoration:underline !important; }
.edit3 u { color:rgb(236,0,140) !important; text-decoration:underline !important; }
.edit4 u { color:rgb(45,47,143) !important; text-decoration:underline !important; }

.edit1 i, .edit1 em { color:rgb(0,174,239) !important;  font-style:italic !important; }
.edit2 i, .edit2 em { color:rgb(119,120,123) !important; font-style:italic !important; }
.edit3 i, .edit3 em { color:rgb(236,0,140) !important; font-style:italic !important; }
.edit4 i, .edit4 em { color:rgb(45,47,143) !important; font-style:italic !important; }

.edit1 b, .edit1 strong { color:rgb(0,174,239) !important;  font-weight:bold !important; }
.edit2 b, .edit2 strong { color:rgb(119,120,123) !important; font-weight:bold !important; }
.edit3 b, .edit3 strong { color:rgb(236,0,140) !important; font-weight:bold !important; }
.edit4 b, .edit4 strong { color:rgb(45,47,143) !important; font-weight:bold !important; }

.hyper1 { text-decoration:underline !important; color:rgb(0,174,239) !important;  border:0; }
.hyper2 { text-decoration:underline !important; color:rgb(119,120,123) !important; border:0; }

a:hover .hyper1, a:hover .hyper2 { text-decoration:underline !important; } 

