If you're a minimalist, you can use this button to strip any styling from your content.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'text',
buttons: ['removeFormat'],
test: AlloyEditor.SelectionTest.text
}
]
}
}
});