/* the following font for French pages only, because standard Sorts Mill Goudy lacks some of the accented characters */
@font-face {
	font-family: 'Sorts Mill Goudy';
	src: url(/WEBFONTS/Goudy_Bookletter_1911/GoudyBookletter1911-Regular.ttf);
}

p, li {font-family: 'Goudy Bookletter 1911', 'Sorts Mill Goudy', Georgia, serif;}

h2, h3 {
	font-family: 'Noto Sans', Verdana, Arial, sans-serif;
}
h1 {
	font-family: 'Goudy Bookletter 1911', 'Sorts Mill Goudy', Georgia, serif;
}
h2 {
	font-family: 'Goudy Bookletter 1911', 'Sorts Mill Goudy', Georgia, serif;
}
h3 {
	font-family: 'Goudy Bookletter 1911', 'Sorts Mill Goudy', Georgia, serif;
}

