CSS styles
CSS styles are enclosed in curly braces {} immediately following phrase modifiers or block modifiers.
Textile example: CSS styles
p{color:red;letter-spacing:0.25em}. This is red spaced text.
Textile input (editable)
Browser output
HTML output
More about: CSS styles
1. For small print you could use:
p{font-size: 0.8em;}. Small font example.