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

@import "texts.php";
	
h1 {
	font-family:Tuffy,"Trebuchet MS",Helvetica,"Sans Serif";
	font-size:24pt;
	color:#7a0d4f;
	background:transparent;
	font-weight:normal;
	}
	
h1 a {
	color:#7a0d4f;
	text-decoration:none;
	}
	
h1 a:hover {
	color:#2f191a;
	text-decoration:none;
	}
	
h2 {
	font-family:Tuffy,"Trebuchet MS",Helvetica,"Sans Serif";
	text-transform:lowercase;
	font-size:18pt;
	color:#2f191a;
	background:transparent;
	font-weight:normal;
	}
	
h3 {
	font-family:Tuffy,"Trebuchet MS",Helvetica,"Sans Serif";
	text-transform:lowercase;
	font-size:14pt;
	background:transparent;
	font-weight:normal;
	}
	
h3 a {
	color:#7a0d4f;
	text-decoration:none;
	}
	
h3 a:hover {
	color:#2f191a;
	text-decoration:none;
	}
	
/*h4 {
	font-family:Tuffy,"Trebuchet MS",Helvetica,"Sans Serif";
	text-transform:lowercase;
	font-size:20pt;
	color:#7a0d4f;
	background:transparent;
	font-weight:normal;
	}
	*/