This text should be red.
And this should be blue.
Check out the CSS file as well.
@server constants { myColor: #f00; } p { color: myColor; } @server url(constants.css); #second { color: anotherColor; }
Home - More stuff