body,h1,h2,h3,h4,strong,td,li,p  { font-family:Tahoma,sans-serif;
			           font-size: 10pt;
                                   color: black;
				   background-color: white }
a { font-family:Tahoma,sans-serif; 
    color: blue; 
    background-color: white }
BODY { text-align : justify;
       font-size: 10pt }
p { text-align : justify }
H1 { text-align: center;
     font-weight: bold;
     font-size: 24pt;
     margin-top: 30px;
     margin-bottom: 10px}
H2 { text-align: center;
     color:#B22222; /* firebrick */
     background-color: white;
     font-weight: bold;
     font-size: 18pt;
     margin-top: 20px;
     margin-bottom: 5px}
H3 { text-align: left;
     font-weight: bold;
     color: #00008B; /* darkblue */
     background-color: white;
     font-size: 12pt;
     margin-top: 14px}
H4 { text-align: left;
     font-weight: bold;
     color: #B22222; /* firebrick */
     background-color: white;
     font-size: 10pt;
     margin-top: 13px}
pre { text-align: left;
      font-size: 10pt;
      font-family: Courier,Monospace}
code {font-size: 10pt;
      font-family: Courier,Monospace}
em   { font-style: italic}
strong { font-weight: bold}
a strong { color:blue;
           background-color:white;
}
p.dt { font-size:14pt;
       margin-bottom: 0pt;
       margin-left: 0pt;
       text-align: left
  }
p.litver { margin-top: 0pt;
	   margin-left: 0pt}
sup,sub { font-size: 80% }

