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

@import "texts.php";


h2{
	font-family: OzHandicraft, Arial, Tahoma, sans;
	font-size:34pt;
	color:#0f2e77;
	background-color:#fff;
	background:transparent;
	font-weight:normal;
}
h2 a{
	color:#2977c7;
}
h2 a:hover{
	color:#e33f00;
	background-color:#f8f6d5;
	text-decoration:none;
}

h2.new{
	font-family: CREAMPUF, Georgia, Times, sans;
	font-size:28pt;
	background-color:#fff;
	color:#ff5800;
	margin:0px;padding:0px;

	font-weight:bold;
	font-style:italic;
}
h2.new a{
	color:#2977c7;
}
h2.new a:hover{
	color:#e33f00;
	background-color:#fff;
}