/* Mainly for Marxist works 											*/
/* Created 01/09/2000 by Brian Basgen and David Walters					*/
/* Amended by Andy Blunden												*/
/* http://www.marxists.org/css/     									*/
/* p.styles: fst, quoteb, index, quote; quotec, quote-list, inline, toc */
/* 		     title, indentb, indent; indentc, indent-list				*/
/* 		     information, footer, sig; pagenote, pagenoteb, skip, next	*/
/*		     indexa, indexb, index-list, transcriber					*/
/* h.styles: h1, h2, h3, h4, h5, h6 									*/
/* span.styles:	info, term, context, greek, date, inote, 				*/
/* sup.styles: enote, eq, anote, ednote, ratio							*/
/* sub.styles: eq, ratio  												*/
/* ul.disc, ol.numbered; ol.ind											*/
/* hr.styles: base, end, section 										*/
/* tables: table.data, td.data, td.text, td.small, td.sdata				*/
/* 		   tr.alt, tr.total, tr.totalb									*/
/* 		   td.head, td.index, td.index-alt, td.indexb, 					*/
/* em.stretch
*/
/* =====================================================================*/

body { background : white; color: black }
a:link { color: #000099; background: transparent }
a:visited { color: #333399; background: transparent }

img.right { float: right; margin: 2em; }
img.left { float: left; margin: 2em; }
img.center { align: center; }
img.middle { vertical-align: middle; }

hr.section { width: 44%; align: center; height: 4px; }
hr.base { width: 92%; align: center; height: 1px; }
hr.end { width: 92%; align: center; height: 2px; }

em { word-spacing: 0.2em }
blockquote { margin-left: 9% }

/* =====================================*/
/* Document Headers					    */
/* =====================================*/

/* Document Title */
H1 {
 background: transparent;
 color: #000033;
 font-weight: bold; 
 font-size: 30pt; 
 font-family: "Hoefler Text", "Century Schoolbook", "Times New Roman", serif;
 text-align: center; 
 margin-left: 36px;
 margin-right: 36px;
 }

/* Authors' name */
H2 { 
 background: transparent;
 color: #000033;
 font-weight: bold; 
 font-size: 26pt; 
 line-height: 150%;
 font-family: "Hoefler Text", "Century Schoolbook", "Times New Roman", serif;
 text-align: center; 
 }

/* Chapter Title */
H3 {
 background: transparent;
 color: #000033; 
 font-weight: bold;
 text-align: center;
 font-family : "Century Schoolbook", "Hoefler Text", "Times New Roman", serif;
 font-size: 22pt; 
 margin-left: 36px;
 margin-right: 36px;
 }
 
/* Section Title */
H4 {
 background: transparent;
 color: #000033; 
 font-weight: bold;
 text-align: center;
 font-family : "Arial", sans-serif;
 font-size: 14pt;  
 line-height: 150%;
 margin-left: 36px;
 margin-right: 36px;
 }
 
/* Sub Section 2 */
H5 {
 background: transparent;
 color: #000033; 
 font-weight: bold;
 text-align: center;
 font-family : "Arial", sans-serif;
 font-size: 12pt;  
 line-height: 175%;
 margin-left: 36px;
 margin-right: 36px;
 }
 
/* Sub Section 3 */
H6 {
 background: transparent;
 color: #000033; 
 font-weight: bold;
 text-align: left;
 font-family : "Arial", sans-serif;
 font-size: 12pt;  
 line-height: 175%;
 margin-left: 24px;
 margin-right: 36px;
 }

/* ~~~~~~~ Footnotes ~~~~~~~~~~~~~~~~~~ */

/* Author's */
sup.anote {
 background: transparent;
 color: #000033; 
 font-family : "Times New Roman", serif;
 font-size: small;
 font-weight: bold;
 text-decoration: none;
 }
 
/* Editor's */
sup.ednote {
 background: transparent;
 color: #000033; 
 font-family : "Courier New", monospace;
 font-size: small;
 font-weight: normal;
 text-decoration: none;
 }
 
/* Editor's */
sup.enote {
 background: transparent;
 color: #000033; 
 font-family : "helvetica", "arial", sans-serif;
 font-size: small;
 font-weight: normal;
 text-decoration: none;
 }
 
sub.ratio {
 font-size: 10pt;
 font-family : "Times New Roman", serif;
 }
  
sup.ratio {
 font-size: 10pt;
 font-family : "Times New Roman", serif;
 }
 
sub.eq {
 font-size: 11pt;
 font-family : "Times New Roman", serif;
 }
  
sup.eq {
 font-size: 11pt;
 font-family : "Times New Roman", serif;
 }
  
/* Used in the info block */
span.info {
 background: transparent;
 color: #000033; 
 font-family: "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
}

/* indiscreet text (primarily for dates) */
span.date {
 background: transparent;
 color: #333333;
 font-family: "Arial", sans-serif;
 font-size: small;
 font-weight: normal;
 }

/* Used for notes in the text */
span.term {
 background: transparent;
 color: #000033; 
 font-family : "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
}

/* abstracts */
span.context {  background: transparent; color: #999999 }

/* greek */
span.greek { font-family: symbol }

span.inote {
 background: transparent;
 color: #666666; 
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 }

/* =====================================*/
/* Paragraphs							*/
/* =====================================*/

/* Basic p */
p {
 text-indent: 1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 6%;
 margin-right: 6%;
 }
 
/* Basic p -- without first line indent */
p.fst {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 6%;
 margin-right: 6%;
 }

/* Book title for Chapter files */
p.title { 
 text-indent: 0em;
 font-weight: bold;
 text-align: center;
 margin: 1%;
 font-family : "Arial", sans-serif;
 font-size: 12pt;  
 }

/* Document Bibliographical Information */
p.information { 
 background: transparent;
 color: #000033; 
 text-indent: 0em; 
 font-size: 12pt; 
 font-family : "Times New Roman", serif;
 line-height: 125%;
 text-align: left;
 margin-right: 8%; 
 margin-left: 8% 
 }

/* Signature */
p.sig {  
 text-indent: 0em; 
 font-family : "Vivaldi", script, serif;
 font-size: 12pt; 
 font-weight: bold;
 font-style: italic;
 line-height: 125%;
 text-align: left; 
 margin-left: 8% 
 }

 /* Misc page note */
p.pagenote {
 background: transparent;
 color: #000033; 
 font-family : "Arial", sans-serif;
 font-size: x-small;
 text-align: center;
 margin-left: 6%;
 margin-right: 6%;
 }
 
/* Misc page note (justified) */
p.pagenoteb {
 background: transparent;
 color: #666666; 
 font-family : "Arial", sans-serif;
 font-size: x-small;
 text-align: justify;
 line-height: 115%;
 margin-left: 10%;
 margin-right: 10%;
 }
 
/* For blank spaces */
p.skip { line-height: 75% }
 
 
/*----------------------------------*/
/* Page-ending elements             */
/*----------------------------------*/

/* Next Section-Chapter of work */
p.next { 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
 line-height: 125%;
 }
 
/* Page bottom links */
p.footer {  
 text-indent: 0em; 
 font-weight: bold;
 font-family : "Arial", sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin: 3%;
 }

/*----------------------------------*/
/* Quote elements 					*/
/*----------------------------------*/

/* Standard Quote */
p.quote { 
 text-indent: 1em;
 font-family : "Times New Roman", serif;
 font-size: 10pt;
 line-height: 150%;
 text-align: justify;
 margin-left: 12%;
 margin-right: 12%;
}

/* Quote without first line indent */
p.quoteb { 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 10pt;
 line-height: 150%;
 text-align: justify;
 margin-left: 12%;
 margin-right: 12%;
}

/* Sub Quote C (increased margin) */
p.quotec { 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 10pt;
 line-height: 150%;
 text-align: justify;
 margin-left: 16%;
 margin-right: 16%;
}

/* Negative indent for number list */
p.quote-list { 
 text-indent: -1em;
 font-family : "Times New Roman", serif;
 font-size: 10pt;
 line-height: 150%;
 text-align: justify;
 margin-left: 14%;
 margin-right: 14%;
}

/* Citation (Quote citied) */
p.inline {
 background: transparent;
 color: #666666; 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: x-small;
 text-align: right;
 margin-left: 20%;
 margin-right: 8%;
 }

/* Table of Contents */
p.toc {
 background: transparent;
 color: #000033; 
 text-indent: 0em;
 font-weight: bold;
 font-family : "Helvetica", "arial", sans-serif;
 font-size: 12pt;
 line-height: 110%;
 text-align: left;
 margin-left: 7%;
 margin-right: 7%;
}

/* Basic Index */
p.index { 
 text-indent: 0em;
 font-family : "Helvetica", "arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 line-height: 200%;
 margin-left: 9%;
 margin-right: 9%;
}

/* Standard Indent */
p.indent { 
 text-indent: 1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 line-height: 150%;
 text-align: justify;
 margin-left: 12%;
 margin-right: 12%;
}

/* Indent without first line indent */
p.indentb { 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 12%;
 margin-right: 12%;
}

/* Sub Indent C (increased margin) */
p.indentc { 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 margin-left: 16%;
 line-height: 150%;
 margin-right: 16%;
}

/* Negative indent for number list */
p.indent-list { 
 text-indent: -1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 12%;
 margin-right: 12%;
}
 
p.transcriber {
 color: #666666; 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: 8pt;
 text-align: right;
 margin-left: 24%;
 margin-right: 9%;
 }

/*----------------------------------*/
/* Table elements 					*/
/*----------------------------------*/


table.data {
 background: #eeeeee;
 font-family: "Times New Roman", monospace;
 font-size: 10pt;
 }

table.text {
 font-family: "Times New Roman", monospace;
 font-size: 11pt;
 margin-left: 7%;
 }

/* Column Headings */ 
td.head {
 background: #999999;
 font-weight: bold;
 text-align: center;
 font-family: "Times New Roman", serif;
 font-size: 12pt;
 }

/* Row Colors */
tr.alt { background: #cccccc; }
tr.total { background: #ffcccc; }
tr.totalb { background: #ff9999; }



td.index {
 background: #efefef;
 color: #999999; 
 text-indent: 0em;
 font-family : "Helvetica", arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 }
 
/* Every alternate row */
td.index-alt {
 background: #ffffff;
 color: #999999; 
 text-indent: 0em;
 font-family : "Helvetica", arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 }
 
/* Sub-Chapters */
td.indexb {
 background: #ffffff;
 color: #999999; 
 text-indent: 0em;
 font-family : "Helvetica", arial, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 }

td.text {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 }
 
td.data {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: right;
 vertical-align: top;
 }
 
td.small {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 }
 
td.sdata {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 }

/* Numbered List style */
ul.disc { 
 list-style-type: disc; 
 font-family: "Times New Roman", serif;
 font-size: 12pt;
 text-align: left;
 line-height: 130%;
 margin-left: 7%;
 margin-right: 14%;
}

ol.numbered { 
 list-style-type: decimal; 
 font-family: "Times New Roman", serif;
 font-size: 12pt;
 text-align: left;
 line-height: 130%;
 margin-left: 7%;
 margin-right: 14%;
}
 
ol.ind { 
 list-style-type: decimal; 
 font-family: "Times New Roman", serif;
 font-size: 12pt;
 text-align: left;
 line-height: 150%;
 margin-left: 14%;
 margin-right: 14%;
}
/*-----------------------------------*/
/* Misc elements                     */
/*-----------------------------------*/

/* emphasis */
em.stretch { letter-spacing: 0.2em; word-spacing: 0.1em; }
  
sup {
 font-family : "Arial", monospace;
 font-size: x-small;
 font-weight: normal;
 }
 
sub {
 font-family : "Arial", monospace;
 font-size: x-small;
 font-weight: normal;
 }
 
/* =====================================*/
/* End of usable elements               */
/* =====================================*/







/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* The following three elements will probably be deleted for lack of use */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Basic Index with subindexes (so reduced line height) */
 p.index-list { 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 line-height: 100%;
 margin-left: 9%;
 margin-right: 9%;
}

/* Sub Index A*/
 p.indexa { 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;
 line-height: 125%;
 margin-left: 12%;
 margin-right: 6%;
}

/* Sub Index B*/
 p.indexb { 
 text-indent: 0em;
 font-family : Geneva, sans-serif;
 font-size: small;
 font-weight: normal;
 text-align: left;
 line-height: 115%;
 margin-left: 16%;
 margin-right: 11%;
}

/* xxxxxxxxxxx */
/*WASTELAND*/
/* DO NOT use the elements below */
/* xxxxxxxxxxx */

/* OBSOLETE */
span.note {
 background: transparent;
 color: #000033; 
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 }

p.equation {
 text-indent: 0em;
 font-family: "Courier", monospace;
 font-size: 12pt;
 font-style: normal;
 text-align: center;
 line-height: 125%;
 margin-left: 6%;
 margin-right: 6%;
 } 
 
p.skipb { line-height: 50% }
 
/*Only used in Einstein's relativity*/
/* needs to be manually inserted as in linestyle and deleted from this sheet*/
span.var {
 font-family : "Courier", serif;
 font-size: 12pt;
 font-weight: normal;
 font-style: normal;
 }


