BODY {
 background: #FFF5EE url(../gifs/backgrou.gif) repeat-y;
 color: #1C1C1C;
 margin-left: 50px;
 margin-right: 50px
}

P {
 font-size: 12pt;
 font-family: "Georgia", "Times New Roman", serif;
 text-indent: 2em;
 text-align: justify;
 line-height: 140%;
 color: #000000;
 background: transparent;
}

P.fst {
 font-size: 12pt;
 font-family: "Georgia", "Times New Roman", serif;
 text-indent: 0;
 text-align: justify;
 line-height: 140%;
 color: #000000;
 background: transparent;
}

.link {
 text-align: center;
 text-indent: 0;
 font-size: 11pt;
 font-weight: bold;
}

.toplink {
 text-align: left;
 text-indent: 0;
 font-size: 9pt;
 font-weight: bold;
 margin-top: 0pt;
 margin-bottom: 2em;
}

.updat {
 text-align: right;
 font-size: x-small;
 font-weight: normal;
 margin-top: 0pt;
}

.date {
 text-align: right;
 font-size: 11pt;
 font-weight: normal;
 margin-top: 0pt;
}

.info {
 font-size: 10pt;
 font-weight: normal;
 text-indent: 0;
 margin-top: 0.3em;
 margin-bottom: 0.3em;
 line-height: 130%;
}

.author {
 text-align: right;
 font-weight: bold;
 font-style: italic;
 margin-right: 10%;
}

.note {
 font-size: 11pt;
 text-align: justify;
 text-indent: 0;
 margin-bottom: 0;
}

.c  {
 text-align: center;
 text-indent: 0;
}

.cr  {
 text-align: center;
 text-indent: 0;
 color: #FF0000;
 background: transparent;
}

/* Standard Quote */
p.quote { 
 text-indent: .5em;
 font-family : "Georgia", "Times New Roman", serif;
 font-size: 11pt;
 line-height: 140%;
 text-align: justify;
 margin-left: 6%;
 margin-right: 6%;
}

/* Quote without first line indent */
p.quoteb { 
 text-indent: 0em;
 font-family : "Georgia", "Times New Roman", serif;
 font-size: 11pt;
 line-height: 140%;
 text-align: justify;
 margin-left: 6%;
 margin-right: 6%;
}

SUP {
 font-size: small;
 font-family: "Georgia", "Times New Roman", serif;
}

/* Document Title */
H1  {
 font-size: 36pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #FF0000;
 background: transparent;
 text-align: center;
}

/* Authors' name */
H2 {
 font-size: 24pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 background: transparent;
 text-align: center;
}

/* Chapter Title + Title date */
H3 {
 font-size: 18pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 background: transparent;
 text-align: center;
}

/* Section Title */
H4 {
 font-size: 14pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 color: #000000;
 background: transparent;
}

/* Sub Section (5) */
H5 {
 font-size: 12pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
 color: #000000;
 background: transparent;
}

/* Sub Section (6) */
H6 {
 font-size: 12pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 color: #000000;
 background: transparent;
}

A: link { color: #0000CC; background: transparent; }
A: visited { color: #3333CC; background: transparent; }
A: hover { color: #FF0000; background: transparent; }
A: active { color: #FF0000; background: transparent; }

A.mia: link { color: #FF0000; background: transparent; }
A.mia: visited { color: #FF3300; background: transparent; }
A.mia: hover { color: #0000FF; background: transparent; }
A.mia: active { color: #0000FF; background: transparent; }

OL, UL, LI {
 font-size: 12pt;
 font-family: "Georgia", "Times New Roman", serif;
 text-indent: 0em;
 text-align: justify;
 margin-left: 2em;
 margin-right: 4%;
 line-height: 140%;
 color: #000000;
 background: transparent;
}

li.quote { 
 text-indent: 0em;
 font-family : "Georgia", "Times New Roman", serif;
 font-size: 11pt;
 line-height: 140%;
 text-align: justify;
 margin-left: 6%;
 margin-right: 8%;
}

BLOCKQUOTE {
 font-family: "Georgia", "Times New Roman", serif;
 text-align: justify
}

STRONG {
 font-family: "Georgia", "Times New Roman", serif;
 font-weight: bold;
 color: #8B0000
}

HR {
 color: #8B0000;
}

hr.section {
 color: #8B0000;
 text-align: center;
 width: 33%;
}

IMG {
 text-align: center
}

.navbar {
 text-align: center;
 font-size: small;
 font-weight: bold;
 font-family: "verdana", "arial", "helvetica", "sans-serif";
}

.credits {
 text-align: center;
 font-size: small
}

#w3 {
 text-align: left;
 border: none
}

.nodisplay {
 display: none
}
/* =====================================*/
/* 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; }
 blockquote {margin-left: 1%; }
}
