.editor ul, .editor ol {
	margin-left: 30px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.editor ol {
	list-style-type:decimal;
}

.editor ol li {
	padding: 0 0 10px 0;
}

.editor ul {
	list-style-type:disc;
}

.editor td {
	font-size: 12px;
}

.editor a {
	color: #231F20;
	display: inline;
}

.editor strong, .editor b  {
	font-weight: bold;
}

.editor em, .editor i {
	font-style: italic;
}

.editor img {
	display: inline;
}
