This is some really bold text and this is really small italicised text.
<HTML>

<HEAD>
	<STYLE TYPE="text/css">
		B { font: bold 16pt times,serif; text-decoration: underline; } I { font: italic 5pt; }
	</STYLE>
</HEAD>

<BODY>

This is some <B>really</B> bold text and this is really small <I>italicised</I> text.

</BODY></HTML>