@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
tt, var, b, i, center, dl, dt, dd, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; }
/* end reset */
@font-face
{
font-style: normal;
font-family: georgia;
src: url(../Fonts/georgia.ttf) ;
font-weight: normal;}
@font-face
{
font-style: normal;
font-family: georgia;
src: url(../Fonts/georgiab.ttf) ;
font-weight: bold;}
@font-face
{
font-style: italic;
font-family: georgia;
src: url(../Fonts/georgiai.ttf) ;
font-weight: normal;}
@font-face
{
font-style: normal;
font-family: Philosopher;
src: url(../Fonts/Philosopher-Bold.ttf) ;
font-weight: bold;
}
@font-face
{
font-style: italic;
font-family: Philosopher;
src: url(../Fonts/Philosopher-Italic.ttf) ;
font-weight: normal;
}
.cover_img { height: 100%;
max-width: 100%;
margin: auto;
}
body {
font-family: "georgia", serif;
}
p {
text-indent: 2em;
text-align:justify;
margin: 0.1em 0 0.1em 0;
font-family: "georgia", serif;
}
ul, ol {
margin: 0.5em 0 0.5em 0;
}
li {
margin: 0 0 0 2em;
text-align:justify;
}
u {
text-decoration: none;
border-bottom: 1px solid black;
}
sup {
text-size:0.8em;
text-decoration:none;
}
.center {
text-align: center;
margin: 1em 0 0.2em 0;
}
.centersmall {
text-align: center;
margin: 1em 0 1.2em 0;
font-size: 0.8em;
}
.small {
font-size: 0.8em;
}
h1 {
font-size: 2em;
font-weight: bold;
font-family: "Philosopher", sans-serif;
margin: 0.2em 0.5em 0.2em .5em;
text-align: center;
color: #547e4a;
}
h2 {
font-size: 1.1em;
font-weight: bold;
font-style: italic;
font-family: "Philosopher", sans-serif;
margin: 0.2em 0.5em 0.2em 0.5em;
text-align: center;
color: #656565
}
h3 {
font-size: 1.3em;
font-weight: normal;
font-style: normal;
font-family: "Philosopher", sans-serif;
margin: 0.3em 0em 0.7em 0em;
text-align: center;
color: #547e4a;
}
h4 {
font-size: 1em;
font-weight: normal;
font-style: italic;
font-family: "Philosopher", sans-serif;
margin: 0.1em 0em 1em 0em;
text-align: right;
color: #4f81bd;
}
h5 {
font-size: 0.95em;
font-weight: bold;
font-style: normal;
font-family: "Philosopher", sans-serif;
margin: 0.5em 0em 0.5em 0em;
text-indent: 2em;
text-align:justify;
color: #646464
}
h6 {
font-size: 1em;
font-weight: bold;
font-family: "Philosopher", sans-serif;
margin: 1em 0.5em 1.5em .5em;
text-align: center;
color: #4f81bd;
}
/* images */
img {
max-width: 100%;
padding: 0 !important;
}
a {
color: #4f81bd;
}
sub {
font-size: 0.75em;
line-height: normal;
vertical-align: sub
}