
@font-face {
    font-family: "PdeM";
    src: url(http://www.fonts/GaramondPremrPro-MedItSubh.otf);
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "PdeM";
}
.heading {
	font-family: "PdeM";
	font-weight: bold;
	color: #FFDB48;
	font-size: 15px;
}
.text {
	font-family: "PdeM";
	font-size: 14 px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 17px;
}
.textbold {
	font-family: "PdeM";
	font-size: 15 px;
	font-weight: bold;
	color: #FFFFFF;
}
.lineheight {
	font-family: "PdeM";
	line-height: normal;
}

