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

/* @import "texts.php"; */

h2 a, h2 a:hover, h2 a:active {
  font-family: Verdana, Arial, sans; /* font-family: HelveticaNeueLTStd-LtEx, Verdana, Arial, sans; */
  font-size: 13pt;
	color: #109fd3;
  background-color: #fff;
  font-weight: normal;
	text-decoration: none
}

h2.title {
	font-family: Verdana, Arial, sans; /* font-family: HelveticaNeueLTStd-LtEx, Verdana, Arial, sans; */
	font-size: 18pt;
	color: #109fd3;
	background-color: #fff;
	font-weight: normal;
}

h2.golden {
  font-family: Verdana, Arial, sans; /* font-family: HelveticaNeueLTStd-LtEx, Verdana, Arial, sans; */
  color: #cb7929;
}