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

@import "texts.php";

h1 {
	font-family: Bernard_MT_Condensed, efflb___, Georgia, "Times New Roman", Times, serif;
	font-size:28pt;
	color:#4d3216;
	background-color: #fff;
	background:transparent;
	font-weight:normal;
}

h2 {
	font-family: Bernard_MT_Condensed, efflb___, Georgia, "Times New Roman", Times, serif;
	font-size:22pt;
	color:#4d3216;
	background-color: #fff;
	background:transparent;
	font-weight:normal;
}

h3 {
	font-family: Bernard_MT_Condensed, efflb___, Georgia, "Times New Roman", Times, serif;
	font-size:18pt;
	color:#4d3216;
	background-color: #fff;
	background:transparent;
	font-weight:normal;
}

h4 {
	font-family: Bernard_MT_Condensed, efflb___, Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#4d3216;
	background-color: #fff;
	background:transparent;
	font-weight:normal;
}

h3.randomtiphead {
	font-family: efflb___, Bernard_MT_Condensed, Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#4d3216;
	background-color: #d9ebdb;
	background:transparent;
	font-weight:normal;
}


/*

h1 a{
	color:#2977c7;
}

h1 a:hover{
	color:#e33f00;
	text-decoration:none;
}

h1.new{
	font-family: CREAMPUF, Georgia, Times, sans;
	font-size:28pt;
	background-color:#fff;
	color:#ff9600;
	margin:1em;
	border:1px solid #ccc;
	padding:5px 20px;
	font-weight:bold;
	font-style:italic;
}
h1.new a{
	color:#2977c7;
}
h1.new a:hover{
	color:#e33f00;
	background-color:#fff;
}

*/

