@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Sans";
font-style: normal;
font-weight: normal;
src: url(../Fonts/SansPro-Regular.ttf);
}
.Sans { font-family: "Sans" }
.Bold { font-weight: bold; }
@font-face {
font-family: "BookAntiqua";
font-style: normal;
font-weight: normal;
src: url(../Fonts/BookAntiqua-Regular.ttf);
}
@font-face {
font-family: "BookAntiqua";
font-style: italic;
font-weight: normal;
src: url(../Fonts/BookAntiqua-Italic.ttf);
}
@font-face {
font-family: "BookAntiqua";
font-style: normal;
font-weight: bold;
src: url(../Fonts/BookAntiqua-Bold.ttf);
}
@page {
margin: 0;
padding: 0;
border: 0;
}
body {
line-height: 1.3;
margin: 15px;
padding: 0;
border: 0;
font-family: "BookAntiqua";
text-align: justify;
font-style: normal;
font-weight: normal;
text-decoration: none;
font-variant: normal;
widows: 1;
orphans: 1;
text-indent: 0;
-moz-hyphens: none !important;
-webkit-hyphens: none !important;
-epub-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;
}
a {
color: darkblue;
text-decoration: none;
}
p {
margin: 0;
display: block;
text-indent: 0;
font-size: 1em;
}
li {
margin: 0;
text-indent: 0;
font-size: 1em;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}
.p { margin: 0; text-indent: 0 }
.text { text-indent: 1em }
.px { margin-top: 1em }
.pxx { margin-top: 2em }
.pxxx { margin-top: 3em }
.px20 { margin-top: 20% }
.px40 { margin-top: 40% }
.pc { text-align: center }
.pl { text-align: left }
.pr { text-align: right }
.kap { font-size: .76em }
.med { font-size: .9em }
.nrm { font-size: 1.12em }
.big { font-size: 1.33em }
.weit { letter-spacing: 2px }
.pi { margin-left: 2em }
.pi2 { margin-left: 20% }
.pi3 { margin-left: 40% }
.pi4 { margin-left: 60% }
h1 {
text-align: left;
text-indent: 0;
widows: 1;
orphans: 1;
line-height: 2;
font-family: BookAntiqua, serif;
font-size: 133%;
font-style: normal;
font-weight: normal;
text-decoration: none;
margin: 2em 0 2em;
}
a {
color: darkblue;
text-decoration: none;
}
.nobreak {
page-break-inside: avoid;
break-inside: avoid;
}
.container {
width: 100%;
page-break-inside: avoid;
break-inside: avoid;
margin: 1em 0 0 0;
font-size: 86%;
text-indent: 0;
}
.left {
float: left;
width: 49%;
padding-right: 1em;
text-align: left;
margin-left: 0;
text-indent: 0;
}
.right {
margin-left: 50%;
padding-left: 1.5em;
text-align: left;
}