Non è proprio "elegante", ma così dovrebbe andare
Codice PHP:
<div style="color: #fff">
<?
   
echo file_get_contents("guestbook.txt");
?>
</div>