/* =====================================*/
/* (Special) Work */

/* Version S-5.2 */
/* 15/04/2000 */

/* by Brian Baggins */
/* =====================================*/

body { background : white; color: black }
a:link { color: #990099; background : transparent }
a:visited { color: #773377; background : transparent }


/* =====================================*/
/* MISC class tags */
/* =====================================*/

img.right { float: right; margin: 2em; }
img.rt-mg { float: right; margin-right: 8%; }
img.left { float: left; margin: 2em; }
img.center { align: center }

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 }


/* =====================================*/
/* Header class tags */
/* =====================================*/

/* Document Title */
H1 {
 background: transparent;
 color: #660066;
 font-weight: bold; 
 font-size: xx-large; 
 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: #660066;
 font-weight: bold; 
 font-size: large; 
 line-height: 150%;
 font-family: "Helvetica", sans-serif;
 text-align: center; 
 }

 
/* Sub Section (5) */
H5 {
 background: transparent;
 color: #660066; 
 font-weight: bold;
 text-align: center;
 font-family : "Arial", sans-serif;
 font-size: 12pt;  
 line-height: 175%;
 margin-left: 36px;
 margin-right: 36px;
 }
 


/* Used in the info block */
span.info {
 background: transparent;
 color: #660066; 
 font-family: "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
}





/* =====================================*/
/* Paragraph class tags */
/* =====================================*/


/* Basic p */
p {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 14pt;
 text-align: center;
 font-weight: normal;
 line-height: 150%;
 margin-left: 18%;
 margin-right: 18%;
 }
 

/* Table of Contents */
p.toc {
 background: transparent;
 color: #660066; 
 text-indent: 0em;
 font-weight: bold;
 font-family : "Helvetica", sans-serif;
 font-size: 12pt;
 line-height: 100%;
 text-align: left;
 margin-left: 7%;
 margin-right: 7%;
}


/* Basic Index */
p.index { 
 text-indent: 0em;
 font-family : "Helvetica", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 line-height: 200%;
 margin-left: 9%;
 margin-right: 9%;
}

/*----------------------------------*/
/*======= Indented Text =======*/
/*----------------------------------*/

 /* Standard Indent */
p.indent { 
 text-indent: -1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 line-height: 150%;
 text-align: justify;
 margin-left: 22%;
 margin-right: 22%;
}
 
 
/*----------------------------------*/
/*======= General Document =======*/
/*----------------------------------*/

/* 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 Informaiton */
p.information { 
 background: transparent;
 color: #660066; 
 text-indent: 0em; 
 font-size: 12pt; 
 font-family : "Times New Roman", serif;
 line-height: 125%;
 text-align: left;
 margin-right: 8%; 
 margin-left: 8% 
 }

 
/*-----------------------------------*/
/*========= Misc elements ========*/
/*----------------------------------*/
 

/* 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% }
p.skipb { line-height: 50% }
 
 
/*----------------------------------*/
/*====== Page-ending elements =====*/
/*----------------------------------*/

/* Next Section-Chapter of work */
p.next { 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: 16pt;
 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: 14pt; 
 text-align: center; 
 margin: 3%;
 }

/* =====================================*/

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
