body { color: black; bkground: red; }

.letter {color: black; font-weight: bold; font-size: 28pt }

h1 {
	color: black;
	font-weight: bold;
	font-size: 36pt;
	font-family:, new-york, times, georgia, serif;
	text-align: center; 
	magrin-left: 6%;
	margin-right: 6% }

h2 {
	color: teal;
	font-weight: bold;
	font-size: 22pt;
	font-family: georgia, serif;
	text-align: center; 
	magrin-left: 6%;
	margin-right: 6% }

h3 {
	color:black;
	font-weight: bold;
	font-size: 18pt;
	font-family: georgia, serif;
	text-align: center; 
	magrin-left: 6%;
	margin-right: 6% }

h4 {
	color: black;
	font-weight: bold;
	font-size: 16pt;
	font-family: serif;
	text-align: center }

h4.note {
	color: black;
	font-weight: bold;
	font-family: san-serif;
	text-align: center }
	
	
h5 {
	color: black;
	font-weight: bold;
	font-size: 14pt;
	font-family: serif;
	text-align: center }
	
	
p.note {
	color: black;
	font-weight: normal;
	font-size: 11pt;
	font-family: verdana, sans-serif;
	text-indent: 0em; 
	text-align: justify;
	margin-right: 9%;
	margin-left: 9%;
    }

p { 
	color: black; 
	font-size: 12pt; 
	font-family: new-york, times-roman;
    	text-align: justify;
	text-indent: 1em; 
	margin-left: 6%; 
	margin-right: 6%;
    }

p.fst { 
	color: black; 
	font-size: 12pt; 
	font-family: new-york, times-roman;
    	text-align: justify;
	text-indent: 0em; 
	margin-left: 6%; 
	margin-right: 6%;
    }


p.quote { 
	color: black; font-size: 11pt; 
    text-align: justify; 
	margin-left: 10%; 
	margin-right: 10%;
    }


p.quoteb { 
	color: black; font-size: 11pt; 
    text-align: justify; 
	margin-left: 10%; 
	margin-right: 10%;
    text-indent: 0;
    }


p.sig1 
	{
    color: black; 
	font-weight: bold;
	font-style: oblique;
	font-size: 11pt; 
    	text-align: right; 
	margin-left: 6%; 
	margin-right: 10%;
    }

p.sig 
	{
    color: black; 
	font-size: 12pt; 
    	text-align: right; 
	font-weight: bold;
	font-style: italic;
	margin-left: 6%; 
	margin-right: 18%}

	

p.intro {
	color: black;
	font-family: verdana,  sans-serif;
	font-weight: normal;
	font-size: 13pt;
	text-align: justify;
	margin-right: 6%;
	margin-left: 6% }
		


sup.ednote {
	background: transparent;
	color: #000033; 
	font-family : "Courier New", monospace;
 	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	} 

th { 
	color: black; 
	font-size: 10pt; 
	font-family: new-york, times-roman;
    text-align: center;
	text-indent: 0; 
	margin-left: 40px; 
	margin-right: 40px;
    }


/* =====================================*/
/* 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%; }
}
