/* PCDTR
   especify the font-size in pt.
   font-family: use the font filename
*/

@import "texts.php";
h1.head {
	font-family: COPRGTL, Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#ffffff;
	background-color:#2A2829;
	background:transparent;
	font-weight:normal;
}

h2.head {
	font-family: COPRGTL, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CCCCCC;
	background-color:#2A2829;
	background:transparent;
	font-weight:normal;
}

h3.head {
	font-family: COPRGTL, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCCCCC;
	background-color:#2A2829;
	background:transparent;
	font-weight:normal;
}

h3.head a{
	color:#CCCCCC;
	text-decoration:none;
}


h3.head a:hover{
	color:#EFEFEF;
	text-decoration:none;
}