You can change the font face, color and size of your text with the following tags:
<font face="arial"> This is the Arial font face. </font>
<font color="#0000FF"> This creates blue text. </font>
<font size="2"> This is smaller text. </font>
You can change all three of these attributes at the same time. For example:
<font color="#0000FF" size="2" face="Arial"> This is a smaller, blue font in the Arial font face. </font>
Learn about selecting different colors for your fonts.