RE: Fonts
Hi Ken,
Dreamweaver makes it easy to change the font colour. Simply select the text you want to change, then use the properties panel to select a style or colour of your choice.
If you choose a colour, Dreamweaver will create a new CSS style for you and apply the style instead.
In the code view, this will add a <span class=".newstyle"> tag around the selected text.
I hope this helps
Tracy