@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Metaphor";
font-style: normal;
font-weight: bold;
src: url(../Fonts/Metaphor-Bold.ttf);
}
@font-face {
font-family: "Constantia";
font-style: normal;
font-weight: normal;
src: url(../Fonts/CONSTAN.TTF);
}
@font-face {
font-family: "Constantia";
font-style: normal;
font-weight: bold;
src: url(../Fonts/CONSTANB.TTF);
}
@font-face {
font-family: "Constantia";
font-style: italic;
font-weight: normal;
src: url(../Fonts/CONSTANI.TTF);
}
@page {
margin: 0;
padding: 0;
border: 0;
}
body {
line-height: 1.5;
margin: 15px;
padding: 0;
display: block;
border: 0;
font-family: Constantia, serif;
}
p {
margin: 0;
display: block;
text-indent: 0;
text-align: justify;
font-size: 1.15em;
-epub-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
widows: 1;
orphans: 1;
}
a {
color: darkblue;
text-decoration: none;
}
h1 {
font-size: 200%;
text-align: center;
text-indent: 0;
font-family:sans-serif;
font-weight: bold;
page-break-after: avoid;
font-style: normal;
margin: 5% 0 0 0;
padding: 0;
page-break-after: avoid;
display: block;
}
h2 {
font-family:sans-serif;
font-size: 200%;
text-align: center;
text-indent: 0;
font-weight: bold;
page-break-after: avoid;
font-style: normal;
margin: 0;
page-break-after: avoid;
display: block;
}
h3 {
font-size: 200%;
text-align: center;
text-indent: 0;
page-break-after: avoid;
font-style: normal;
margin: 2em 0 1em 0;
page-break-after: avoid;
font-weight: normal;
display: block;
}
h4 {
font-size: 133%;
text-align: center;
text-indent: 0;
page-break-after: avoid;
font-style: normal;
margin: 2em 10% 1em 0;
page-break-after: avoid;
font-weight: normal;
display: block;
}
hr {
border-style: solid;
border-width: 1px;
color: black;
page-break-after: auto;
page-break-before: avoid;
}
div {
background-color: #f4f4f4;
color: black;
font-family: sans-serif;
font-size: 0.85em;
padding: 0 10pt;
display: block;
widows: 3;
orphans: 3;
}
blockquote {
margin: .25em 20%;
display: block;
border-style: solid;
padding: 10px;
border-width: 1px;
color: black;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}
ol {
margin-top: 0;
display: block;
text-align: justify;
font-size: 1.2em;
widows: 1;
orphans: 1;
}