I believe that there is a 3rd parameter for the color in certian Screen modes.

Code:
COLOR Foreground, Background, Border
Also, about Fonts, I do not think you can choose any. All you can have is the standard Terminal font. You can switch to different Screen Modes to draw graphics and display the screen at a different resolution.

Code:
SCREEN 7
PRINT "Hello"