The @css directive declares what follows is CSS code to be embedded as is into the header of the generated page.
So the code:
@css .to, .t1, h1 {color: lime}
causes the text on this page to appear in lime not yellow.