

body { background : white; color: black }
a:link { color: red; background: transparent }
a:visited { color: lightred; background: transparent }

h1 { color: black; font-weight: bold; font-size: 24pt; font-family: arial-black; text-align: center }

h2 { color: #330000;; font-weight: bold; font-size: 20pt; font-family: serif; text-align: center; margin-right: 6%; margin-left: 6% }

h3 { color: #330000;; font-weight: bold; font-size: 13pt; font-family: serif; text-align: left; margin-right: 6%; margin-left: 6% }

h4 { color: #330000;; font-weight: bold; font-size: 12pt; font-family: serif; text-align: left; text-indent: 0%; margin-right: 6%; margin-left: 6% }

h5 { color: #330000;; font-weight: normal; font-size: 11pt; font-family: arial; text-align: left; margin-right: 6%; margin-left: 6% }

hr { text-align: center; width: 88%; height: 1px; color: #330000 }

span { color: teal; font-weight: bold; font-size: 16pt; }

p.toc {
 background: transparent;
 color: #330000; 
 text-indent: 0em;
 font-weight: bold;
 font-family : "Helvetica", sans-serif;
 font-size: smaller;
 line-height: 100%;
 text-align: left;
 
}

p { color: black; font-size: 14pt; font-family: "new york"; text-align: left; margin-right: 6%; margin-left: 6% }

p.updat { color: black; font-size: 9pt; font-family: "new york"; text-align: right; margin-right: 6%; margin-left: 6% }

 .jpg { 
 color: #330000;
 font-weight: bold;
 font-family : "Helvetica", sans-serif;
 font-size: 11pt;
 line-height: 180%;
 text-align: left;
}


p.information { 
 background: transparent;
 color: #330000; 
 text-indent: 0em; 
 font-size: 12pt; 
 font-family : "Times New Roman", serif;
 line-height: 125%;
 text-align: left;
 margin-right: 8%; 
 margin-left: 8% 
 }
 
 span.info {
 background: transparent;
 color: #330000; 
 font-family: "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
}

span.date {
 background: transparent;
 color: #330000; 
 font-family: serif;
 font-size: 11pt;
 font-weight: bold;
}




/* =====================================*/
/* 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%; }
}
