/* Text Styles */ 
body.mceContentBody * { font-family:Arial, sans-serif; font-size:11px; 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;} */
/* hyperlink behavious as in article */
body.mceContentBody a { color:rgb(110,198,172); }
body.mceContentBody a:hover { border-bottom:1px dotted rgb(110,198,172); }
body.mceContentBody ul { display:block; } 
body.mceContentBody li { display:block; margin-bottom:8px; padding-bottom:8px; border-bottom:1px dashed rgb(204,204,204); list-style:none; } 


.edit1 { color:rgb(110,198,172); } /* green */
.edit2 { color:rgb(109,82,145); } /* purple */
.edit3 { color:rgb(0,0,0); } /* black */

.edit1 u { color:rgb(110,198,172);  text-decoration:underline; }
.edit2 u { color:rgb(109,82,145); text-decoration:underline; }
.edit3 u { color:rgb(0,0,0); text-decoration:underline; }

.edit1 i, .edit1 em { color:rgb(110,198,172);  font-style:italic; }
.edit2 i, .edit2 em { color:rgb(109,82,145); font-style:italic; }
.edit3 i, .edit3 em { color:rgb(0,0,0); font-style:italic; }

.edit1 b, .edit1 strong { color:rgb(110,198,172);  font-weight:bold; }
.edit2 b, .edit2 strong { color:rgb(109,82,145); font-weight:bold; }
.edit3 b, .edit3 strong { color:rgb(0,0,0); font-weight:bold; }

.hyper1 { text-decoration:underline; color:rgb(110,198,172);  border:0; }
.hyper2 { text-decoration:underline; color:rgb(109,82,145); border:0; }

a:hover .hyper1, a:hover .hyper2 { border-bottom:1px dotted rgb(110,198,172); color:rgb(110,198,172);  } 

