/* PCDTR
   especify the font-size in pt.
   font-family: use the font filename
*/

@import "texts.php";


h1{
	font-family: Aachen, Arial, Tahoma, sans;
	font-size:18pt;
	color:#FF0066;
	background-color:#fff;
	background:transparent;
	font-weight:normal;
}
h1 a{
	color:#666666;
	text-decoration:none;
}
h1 a:hover{
	color:#e33f00;
	background-color:#fff;
	background:transparent;
	text-decoration:none;
}


