@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Script";
src: url(../Fonts/Brush_Script_Pro.ttf);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Segoe";
font-style: normal;
font-weight: normal;
src: url(../Fonts/LiberationSans-Regular.ttf);
}
@font-face {
font-family: "Segoe";
font-style: normal;
font-weight: bold;
src: url(../Fonts/LiberationSans-Bold.ttf);
}
@font-face {
font-family: "Segoe";
font-style: italic;
font-weight: bold;
src: url(../Fonts/LiberationSans-BoldItalic.ttf);
}
@font-face {
font-family: "Narrow";
font-style: normal;
font-weight: normal;
src: url(../Fonts/LiberationSansNarrow-Regular.ttf);
}
@font-face {
font-family: "Narrow";
font-style: normal;
font-weight: bold;
src: url(../Fonts/LiberationSansNarrow-Bold.ttf);
}
@font-face {
font-family: "Caslon";
font-style: normal;
font-weight: normal;
src: url(../Fonts/LiberationSerif-Regular.ttf);
}
@font-face {
font-family: "Caslon";
font-style: normal;
font-weight: bold;
src: url(../Fonts/LiberationSerif-Bold.ttf);
}
@font-face {
font-family: "Caslon";
font-style: italic;
font-weight: normal;
src: url(../Fonts/LiberationSerif-Italic.ttf);
}
@font-face {
font-family: "Caslon";
font-style: italic;
font-weight: bold;
src: url(../Fonts/LiberationSerif-BoldItalic.ttf);
}
@page {
margin: 0;
padding: 0;
border: 0;
}
body {
line-height: 1.2;
margin: 15px;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
text-decoration: none;
font-variant: normal;
font-family: Caslon, serif;
widows: 1;
orphans: 1;
text-align: justify;
text-indent: 0;
-moz-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;
}
p {
margin: 0;
font-size: 106%;
}
p.indent {
text-indent: 24px;
}
h2 {
margin: 2em 0;
text-align: center;
font-family: "Caslon";
font-size: 109%;
font-weight: normal;
}
a {
color: darkblue;
text-decoration: none;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}