A quirk of HTML is that whenever you make text smaller than the default (whether by assigning a negative value to the <FONT> element's SIZE attribute or by using a element such as <TT>, which makes text monospaced and also shrinks it slightly), the browser tends to leave a gap above the last line of text.
You can fix this bug by adding a <BR> element immediately after the closing element.