@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Garamond";
src: url(../Fonts/Garamond-Bold.ttf);
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Garamond";
src: url(../Fonts/Garamond-BoldItalic.ttf);
font-style: italic;
font-weight: bold;
}
@font-face {
font-family: "Garamond";
src: url(../Fonts/Garamond-Italic.ttf);
font-style: italic;
font-weight: normal;
}
@font-face {
font-family: "Garamond";
src: url(../Fonts/Garamond-Regular.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Liberation";
src: url(../Fonts/LiberationSans-Bold.ttf);
font-style: normal;
font-weight: bold;
}
body {
margin: 15px;
font-family: Garamond, serif;
line-height: 1.35;
widows: 1;
orphans: 1;
text-align: justify;
text-indent: 0;
-epub-hyphens: none !important;
-moz-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;
font-weight : normal;
font-style : normal;
text-decoration : none;
font-variant : normal;
}
p {
display: block;
font-size: 1.04em;
margin: 0px;
}
h2 {
text-align: center;
font-size: 1.286em;
font-style: normal;
font-weight: bold;
margin: 3em 0 0 0;
}
h3 {
font-size: 1.286em;
font-weight: bold;
font-style: italic;
margin: 10px 0 2em 0;
text-align: center;
}
.text { text-indent: 24px }
.px2 { margin-top: .5em }
.px { margin-top: 1em }
.pxx { margin-top: 2em }
.pxxx { margin-top: 3em }
.pc { text-align: center }
.pr { text-align: right }
.sml { font-size: .786em }
.t2 { font-size: .857em }
a {
color: darkblue;
text-decoration: inherit;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}
div.fn {
color: black;
font-size: 0.82em;
padding: 0 10pt;
display: block;
}
hr.fn {
margin: 1em 66% 1em -1em ;
border-style: solid;
border-width: 1px;
color: maroon;
page-break-after: none;
page-break-before: none;
}
p.fn {
font-style: normal;
margin-left: -10pt;
text-align: left;
}