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

@import "texts.php";

h1 {
	font-family: MyriadPro, "Trebuchet MS";
	font-size:30pt;
	color:#000;
	text-decoration:none;
	background-color:#fff;
	background:transparent;
	font-weight:normal;
	}

h2 {
	font-family: MyriadPro, "Trebuchet MS";
	font-size:24pt;
	color:#7b8955;
	text-decoration:none;
	background-color:#fff;
	background:transparent;
	font-weight:normal;
	}

h2 a:link {
	color:#7b8955;
	text-decoration:none;
	}

h2 a:hover{
	color:#000;
	text-decoration:none;
	}
	
h3 {
	font-family: MyriadPro, "Trebuchet MS";
	font-size:18pt;
	color:#7b8955;
	background-color:#d8f7ba;
	background:transparent;
	font-weight:normal;
}

h4 {
	font-family: MyriadPro, "Trebuchet MS";
	font-size:17pt;
	color:#000;
	background-color:#d8f7ba;
	background:transparent;
	font-weight:normal;
}

h4 a {
	color:#000;
	text-decoration:none;
	}

h4 a:hover {
	color:#7b8955;
	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;
}
*/

