/* =====================================*/
/* Josˇ Carlos Mari‡tegui Biography */

/* April 13, 1999 */

/* by Brian Baggins */
/* =====================================*/

BODY { background : white }

A:link { color: #000099; background : transparent }

A:visited { color: #000066; background : transparent }



/* =====================================*/
/* Header class tags */
/* =====================================*/


/* Text Index Page Title */
H1 {
color: #000066; 
text-align: center; 
font-size: 36pt; 
font-weight: bold; 
font-family: "Times New Roman", serif;
}


/* Submitted By */
H4 {
color: #000099; 
text-align: center; 
font-size: 16pt; 
font-family: sans-serif;
}


/* =====================================*/
/* Misc class tags */
/* =====================================*/

/* Date Label */
SPAN.date {
 color: black; 
 text-indent: 0em;
 font-weight: bold;
 font-family : "Arial", sans-serif;
 font-size: 12pt;
 text-align: left;
 margin-left: 2%;
 margin-right: 2%;
}


/* Basic document p */
p {
 color: black;
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 13pt;
 text-align: justify;
 margin-left: 4%;
 margin-right: 4%;
 }
 
 
/* Page bottom links */
P.footer { 
 color: black; 
 text-indent: 0em; 
  font-weight: bold;
 font-family : sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 line-height: 150%;
 }
 
/* =====================================*/
/* =====================================*/
/* 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%; }
}
