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

@import "texts.php";


h1{
	font-family: Glypha, Georgia, Serif;
	font-size: 19pt;
	color:#666;
	background-color:#fff;
	background: transparent;
	font-weight: normal;
	display: block;
	/* clear: both; */
}

h2 {
	font-family: GlyphaBold, Georgia, Serif;
	font-size: 13pt;
	color: #666;
	background-color: #fff;
	background: transparent;
	font-weight: normal;
}

h2.productSearch {
	color: #fff;
}


