/* PCDTR
   especify the font-size in pt.
   font-family: use the font filename
*/

@import "texts.php";


h1{
	font-family: OzHandicraft, Arial, Tahoma, sans;
	font-size:24pt;
	color:#CCC;
	background-color:#fff;
	background:transparent;
	font-weight:normal;
}

h2{
	font-family: GillSans, Arial, Tahoma, sans;
	font-size:16pt;
	color:#999;
	background-color:#fff;
	background:transparent;
	margin-bottom:0;
	line-height:1.1;
}

h3{
	font-family: GillSans, Arial, Tahoma, sans;
	font-size:13pt;
	color:#598CB3;
	background-color:#fff;
	background:transparent;
	font-weight:normal;
}

h4{
	font-family: GillSans, Arial, Tahoma, sans;
	font-size:12pt;
	color:#666;
	background:transparent;
	font-weight:normal;
	margin-top:25px;
}

h5{
	font-family: GillSans, Arial, Tahoma, sans;
	font-size:12pt;
	color:#598CB3;
	background:transparent;
	font-weight:normal;
	margin-top:25px;
}

