"No style sheet found" - what am I doing wrong?

Philippe,

I feel like a complete idiot.
I ran my default.css through the validator and got this:
		No error or warning found
		To work as intended, your CSS style sheet needs a correct
document parse tree. This means you should use valid HTML
<http://validator.w3.org/> .
		No style sheet found
No style sheet found?
When I validated my XHTML, I was able to view the document parse tree.  Is
the CSS Validator wanting to see that too?
My xhtml page validated for transitional DTD, and I just linked to the CSS
by saying:
<style type="text/css">
	<!--
	@import url(css/default.css);
	-->
	</style>

Here's what my css looks like:
 <<default.css>> 

Please tell me what's wrong with my code.
Thanks!
Stephanie Farinelli

Received on Sunday, 20 May 2001 17:19:34 UTC