@namespace "http://www.w3.org/1999/xhtml";
@page {
margin-top: 1em;
margin-bottom: 1em;
}
body
{
margin-left: 5pt;
margin-right: 5pt;
}
.index, .ref, .negindent, .appendixone, .biblio {
text-align: left;
text-indent: -2em;
margin-left: 2em;
}
.indextwo, .reftwo, .appendixtwo, .bibliotwo, .negindenttwo {
text-align: left;
text-indent: -2em;
margin-left: 4em;
}
.indexthree, .tocthree, .appendixthree {
text-align: left;
text-indent: -2em;
margin-left: 6em;
}
.tocfour, .indexfour {
text-indent: -2em;
margin-left: 8em;
}
h1, h2, h3, h4 {
text-align: center;
text-indent: 0;
}
p {
margin-top: 0;
margin-bottom: 0;
line-height: 1.2em;
text-align: justify;
text-indent: 2em;
}
blockquote {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 10%;
margin-right: 10%;
}
.margintop {
margin-top: 1em;
}
.noindent {
text-indent: 0;
}
.right {
text-indent: 0;
text-align: right;
}
.center {
text-indent: 0;
text-align: center;
}
hr {
margin-left: 0%;
width: 30%;
}
table {
margin-top: 1em;
margin-bottom: 1em;
}
.smallcaps {
font-weight: bold;
font-variant: small-caps;
}
/*This book only CSS*/
/*Title Page*/
p.title {
font-size: 2em;
font-weight: bold;
padding-top: 2em;
text-indent: 0;
text-align: center;
}
p.author {
font-size: 1.2em;
font-variant: small-caps;
text-indent: 0;
text-align: center;
}
.bigmargintop {
margin-top: 3em;
}
/*Table of Contents*/
.tocone {
text-align: left;
font-weight: bold;
text-indent: -2em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 2em;
}
.toctwo {
text-align: left;
text-indent: -2em;
margin-left: 2em;
}
/*Book CSS*/
h3.subchapter {
font-variant: small-caps;
}
span.raisedcap {
font-size: 2em;
}
p.footnote {
margin-top: 1em;
text-indent: 0;
}
hr.centerbar {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 30%;
width: 35%;
}