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

@import "texts.php";

h1	{
	font-family:HENR,Arial,sans-serif;
	font-size:32px;
	line-height:1;
	margin-bottom:0.5em;
	background-color:#fff;
	color:#000;
	padding:5px 20px;
	font-weight:bold;
	width: 380px;
	height: 55px;
}
h1 a{
	color:#2977c7;
}
h1	a:hover{
	color:#e33f00;
	background-color:#fff;
}



h2	{
	font-size: 22px;
	font-weight: bold;
	font-family:HENI,Arial,sans-serif;
	text-align:center;
	color: #e22;
	width:310px;
}


h3	{
	font-size: 16px;
	font-family:HENH,Arial,sans-serif;
	text-align:center;
	width:310px;
}