/* P C D T R -- Don't touch this! */
@import "php/css.php";
.dummy_class_for_pcdtr_6ae2f1 { font-family: serif; }
/*---- End ------------------*/

/* usable CSS-tags: (font-size in pts !)
font-family: ..., ..., ...;
font-size: ...pt;
letter-spacing: ...pt;
background-color: ...;
color: ...;
text-decoration: underline;
text-transform: uppercase;
text-transform: lowercase;
Do NOT use class-names pcdtr, pcdtr1, pcdtr2, ...
*/

/* examples */

/* Renders all h1-elements using Brody.ttf as PNG */




/* will render all text with class "render_png" as PNG, using Brody.ttf from modules/opf_pcdtr/pcdtr/... */
/*
.render_png{
	font-family: Brody;
	font-size:25pt;
	color:#000;
	margin:1em 0;
}
*/
