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

@import "texts.php";


h1{
    font-family: actionis, Arial, Tahoma, sans;
	font-size:90pt;
	color:#1D005C;
	background-color:#8F5CFF;
	background:transparent;
	font-weight:normal;
}

h2{
	font-family: cascon, Arial, Tahoma, sans;
	font-size:33pt;
	color:#0f2e77;
	background-color:#00AFFA;
	background:transparent;
	font-weight:normal;
}

h3{
	font-family: speedline, Arial, Tahoma, sans;
	font-size:23pt;
	color:#0f2e77;
	background-color:#00AFFA;
	background:transparent;
	font-weight:normal;
}
