but you might want to consider the different options for including style sheets, such as the format below:
<style type="text/css" media="all">
@import "style/style.css";
</style>
-which will, for example, hide css implementation from some older browsers that can't manage it.
good luck. knelson.