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

@import "texts.php";


h1{
	font-family: Delicious-Roman, Arial, Tahoma, sans;
	font-size:21pt;
	color:#156293;
}
h1 a{
	color:#2977c7;
}
h1 a:hover{
	color:#e33f00;
	text-decoration:none;
}

h2{
	font-family: Delicious-Roman, Arial, Tahoma, sans;
	font-size:15pt;
	color:#3F94CA;
	font-weight:normal;
}
h2.home_formation{
	font-size:13pt;
}
h2 a{
	color:#2977c7;
}
h2 a:hover{
	color:#e33f00;
	text-decoration:none;
}
h3{
	font-family: Delicious-Roman, Arial, Tahoma, sans;
	font-size:13pt;
	color:#3F94CA;
	font-weight:normal;
}
h3 a{
	text-decoration:none;
}
h3 a:hover{
	color:#e33f00;
}