Depends on what you mean... You can use echo or print, to print the <style>'s to a page, like you echo or print any other info...
Or as i do:
<?
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"styles.css\">";
?>
(modified, but I hope you get the point...)
Good luck...
// JAM