I've embedded some CSS code directly into my WikiPage to set the font size and color.
Specifically, I wrap the text with this directive: % %(font-size:1.2em;color:#666600;line-height:1.5em) My question is if it's possible to get that same page to print in black and white? Note: I can do it in a JSP using embedded styles, but am not sure how to do it with JSPWiki markup.
