You can always create a new template and include it from the page template.
 
For example, you might create a template called "homepage.css", put all the CSS rules in there, and include it in the page's code with:
	
	
	
		HTML:
	
	
		<xen:require css="homepage.css" />