If I have my stylesheet link
<link rel="stylesheet" type="text/css" href="http://www.example.com/new409.css">
in my index.php page, further down index.php can I
require('anotherpage.php');
And will the style sheet work on this without having to include it again?