Using the attribute <FONT FACE="font name"> you can change the type style:
If a listed font is not present on the users system, the <FONT FACE="fontname"> defaults to Times New Roman.
The FACE attribute is dependent on the user's installed fonts. To have a better chance of matching one of the user's fonts, you can list up to three fonts inside the <FONT FACE="fontname"> tag.
Below you should see either University Roman BT, Impact, or Arial Black (I used the following line):
<FONT FACE="UnivrstyRoman BT, Impact, Arial Black">.