Hallo Philipp,
<!-- html-Teil -->
<html>
<head>
<style type="text/css">
...
</style>
<!-- oder -->
<link rel="stylesheet" href="..." type="text/css">
</head>
<!-- php-Teil -->
<?
...
?>
</html>
Eine PHP-Datei ist nichts anderes als eine HTML-Seite, deren PHP-Anteile im PHP-Parser übersetzt werden.
gruß, Andreas