BASEFONT
This tag is used in the document header between the HEAD tags, and indicates the font setting for normal text within the document. FONT settings within the document are relative to settings made by this tag. For example:
<BASEFONT SIZE="8">
BASEFONT Attributes:
COLOR="#RRGGBB" or a color within quotes, such as "RED", "BLUE", or "YELLOW"
This attribute sets the color of the element to which it was invoked. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value.
FACE=" font name , font name"
This attribute is used to specify the font(s) to be used within the document. The first font name listed will be used, if available. If the first font listed is not available, the second is used. You may list as many substitute fonts as you like, but the norm is for two to three fonts to be listed.
SIZE="n"
This attribute is used to specify the default font SIZE to be used within the document.