what i am looking for is to include a style sheet in my page.

right now I have to do this

Code:
<STYLE>

this {php} echo "{\n"; {/php}
    color: blah;
    otherstuff: blah;
{php} echo "}\n"; {/php}

</STYLE>
I want to just do something like "\{" and "\}" (use an escape character i think) instead of doing "{php} echo "{\n"; {/php}" and "{php} echo "}\n"; {/php}"

I hope that this is clearer

Thanks