@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Constantia";
font-style: italic;
font-weight: normal;
src:url("../Fonts/Constantia-Italic.ttf")
}
@font-face {
font-family: "Constantia";
font-style: normal;
font-weight: normal;
src:url("../Fonts/Constantia-Regular.ttf")
}
@font-face {
font-family: "Sans";
font-style: normal;
font-weight: normal;
src:url("../Fonts/SansPro-Regular.ttf")
}
@font-face {
font-family: "Sans";
font-style: normal;
font-weight: bold;
src:url("../Fonts/SansPro-Bold.ttf")
}
@page {
margin: 20px;
padding: 0;
border: 0;
}
body {
line-height: 1.35;
margin: 15px;
font-family: Constantia;
text-align: justify;
}
p {
margin: 0;
text-indent: 0;
font-size: 1.02em;
-epub-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
widows: 1;
orphans: 1;
}
.px { margin-top: 1em }
.pxx { margin-top: 2em }
.p4 { text-indent:0; margin-left: 24px }
.p5 { text-indent:24px; margin-left: 24px }
.pxxx { margin-top: 3em }
.text { text-indent: 24px }
.pc { text-align: center }
.pr { text-align: right }
.sml { font-size: small }
h2 {
font-size: 1.02em;
text-align: center;
text-indent: 0;
font-family: Constantia;
font-weight: normal;
page-break-after: avoid;
margin: 12% 0 2em;
page-break-after: avoid;
}
a {
color: darkblue;
text-decoration: none;
}
sup {
font-size: 66%;
line-height: 85%;
}
ol, ul {
margin-left: 1.5em;
}