Options for the TinyMCE Mambot were found at
http://wiki.moxiecode.com/index.php/TinyMCE:Index
Here is what I did to make it work in Joomla 1.0x
Open .../joomla/mambots/editors/tinymce.php
Look around lines 126 - 136 for the following code
$plugins[] = '';
$buttons2[] = '';
$buttons3[] = '';
$elements[] = '';
EDIT IT:
$plugins[] = '';
$buttons2[] = 'fontselect,fontsizeselect';
$buttons3[] = 'forecolor,backcolor';
$elements[] = '';
Save and close the file.
