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

@import "texts.php";

h1{
	font-family: TradeGothic-BoldTwo, Arial, Tahoma, sans;
	font-size:14pt;
	color:#e83f22;
	background-color:#fff;
	background:transparent;
	font-weight:normal;
}
/*
h1 a{
	color:#2977c7;
}
h1 a:hover{
	color:#e33f00;
	background-color:#f8f6d5;
	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;
} */

