
/* PCDTR
   especify the font-size in pt.
   font-family: use the font filename
*/



		@import "texts.php";


h1{
	font-family: ConradVeidt, sans;
	font-size:36pt;
	color:#FFFFFF;
	background-color:#717264;
	/* background:transparent; */
}

