@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Caslon";
src: url(../Fonts/Caslon.Pro-Bold.ttf);
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Caslon";
src: url(../Fonts/Caslon.Pro-BoldItalic.ttf);
font-style: italic;
font-weight: bold;
}
@font-face {
font-family: "Caslon";
src: url(../Fonts/Caslon.Pro-Italic.ttf);
font-style: italic;
font-weight: normal;
}
@font-face {
font-family: "Caslon";
src: url(../Fonts/Caslon.Pro-Regular.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Pretoria";
src: url(../Fonts/Pretoria.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Bernhard";
src: url(../Fonts/Bernhard.Modern-Regular.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Bernhard";
src: url(../Fonts/Bernhard.Modern-Bold.ttf);
font-style: normal;
font-weight: bold;
}
@page {
margin: 0;
padding: 0;
border: 0;
}
body {
line-height: 1.3;
margin: 15px;
padding: 0;
font-size:110%;
border: 0;
font-family: "Caslon", serif;
widows: 1;
orphans: 1;
font-style: normal;
font-weight: normal;
}
* {
-moz-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;
}
p {
margin: 0;
text-indent: 0;
text-align: justify;
font-size: 1.1em;
}
h1 {
text-indent: 0;
margin: 2em 0 1em 0;
text-align: center;
font-size: 128%;
font-style: normal;
font-weight: normal;
}
h2 {
text-indent: 0;
margin: 1em 0;
text-align: center;
font-family: "Caslon", serif;
font-size: 158%;
font-weight: bold;
font-style: normal;
}
h3 {
text-indent: 0;
margin: 3em 0 0 0;
text-align: center;
font-size: 128%;
font-weight: normal;
font-style: normal;
}
h4 {
text-indent: 0;
margin: 1em 0;
text-align: center;
font-size: 133%;
font-weight: bold;
font-style: normal;
}
a {
color: darkblue;
text-decoration: none;
}
.hr {
margin: 1em -1em;
border-style: solid;
border-width: 2px;
color: maroon;
page-break-after: auto;
page-break-before: none;
}
.div {
background-color: #f4f4f4;
color: black;
font-family: sans-serif;
font-size: 0.75em;
padding: 0 10pt;
display: block;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}