@namespace h "http://www.w3.org/1999/xhtml";
@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: "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%;
}
a {
color: darkblue;
text-decoration: none;
}
sup, sub {
font-size: 66%;
line-height: 85%;
}
h2{
text-indent:0;
text-align:center;
margin: 3em 0 2em;
font-family:Caslon,serif;
font-size:112%;
font-weight:normal;
font-style:normal
}