You can use a style attribute in the <input> tag to affect how all the text appears in that element, but I do not know of any way to change a subset of the text in the field, if that is your intent.
<input type=text name="Quiz01" value="<?php echo htmlspecialchars($QZ{0}); ?>" size="1" style="font-weight: bold; color: #cc0000">