/*
* This contains styles available to the user editing through the TineMCE editor.
* They will appear in the styles drop-down menu there.
*
* It is probably a good idea to separate between layout related styles and content inline styles
* and have them in separate sheets.
*/
.mystyle { background-color : orange; }
.myother { color : red; }
.fb { font-weight : bold; }
