อยากใส่ฟอนท์ สี และ ขนาด ให้ข้อมูลที่จะแสดงออกมาต้องใส่ยังไง แล้ว จะให้แต่ละข้อมูลขึ้นบรรทัดใหม่ ต้องใส่โค๊ดตัวไหนคะ

<?php
print "Send Resarvation Complete \n";
print "First Name : $firsename \n";
print "Last Name : $lastname \n";
print "Nationality : $nationality \n";
print "Travel From : $travelfrom \n";
print "TelePhone No. : $telephone \n";
print "Email 1 : $email1 \n";
print "Email 2 : $email2 \n";
print "Check-in : $checkin \n";
print "Check-out : $checkout \n";
print "No. of Night : $night \n";
print "No. of Guest : $gest \n";
print "Room Type : $room \n";
print "Additonal Requirements : $additional \n";
?>
รบกวนด้วยค่ะ ขอบคุณมาก