* {
    margin: 0;
    padding: 0;
}

#tinymce strong, .article  strong{
	font-weight: 600;
}

#tinymce i, .article  i {
	font-style: italic;
}

#tinymce u, .article u {
	text-decoration: underline;
}

#tinymce, .article {
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    color: #333!important;
}

.article span, .article p {
	color: #333!important;
}

#tinymce div, #tinymce p, #tinymce img, #tinymce a, #tinymce td, #tinymce ul, #tinymce ol {
    font-size: 1em; 
}

.mce-img-left {
	float: left;
	padding: 0 16px 0 0;
	clear: left;
}

.mce-img-right {
	float: right;
	padding: 0 0 0 16px;
	clear: right;
}

.article p, #tinymce p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	padding: 0px 0px 16px 0px;
	margin: 0;
}

.article li, #tinymce li {
	list-style-type: square;
	margin-left: 16px;
}

div.column {
	float: left;
	width: 33%;
}

#tinymce a, #tinymce a:link, .article a, .article a:link {
	text-decoration: underline !important;
	color: #000 !important;
}
#tinymce a:visited, .article a:visited { color: #000 !important}
#tinymce a:hover, .article a:hover { color: #003366 !important; text-decoration: none !important; }
#tinymce a:active, .article a:active { color: #000 !important}
