1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
BODY { font-family: Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #003399 }
BOX { margin-left: 100; margin-right: 100; }
<!-- ARTICLE, BOOK { color: #003399} -->
TITLEPAGE { font-size: 14pt; color: #CC9933}
H1.TITLE { font-size: 24pt; font-weight: bolder; color: #CC9933}
H2.SUBTITLE { font-size: 18pt; font-weight: bolder; color: #CC9933}
H3.AUTHOR { font-size: 8pt;
font-style: normal;
font-weight: bold;
color: black; }
.AFFILIATION font-size: 8pt;
font-style: normal;
font-weight: normal;
color: black; }
P.ADDRESS font-size: 8pt;
font-style: normal;
font-weight: normal;
color: black; }
.ABSTRACT { color: black; font-size: 10pt; }
.REVHISTORY TABLE { color: black; font-size: 8pt; }
DIV.TOC { color: black; font-weight: bold; }
DIV.LOC { color: black; font-weight: bold; }
DIV.CHAPTER { color: #003399; font-weight: bold; }
DIV.CHAPTER TABLE { color: #003399; font-weight: bold; font-size: 14pt;}
DIV.SECT1 P { font-weight: normal; }
H1.SECT1 { color: black; font-size: 16pt; }
H2.SECT1 { color: black; font-size: 14pt; }
DIV.SECT2 P { font-weight: normal; }
H1.SECT2 { color: black; font-size: 14pt; }
H2.SECT2 { color: black; font-size: 12pt; }
.QANDASET { color: #003399; }
.QANDAENTRY { color: #003399; }
DIV.QUESTION P { color: black; font-weight: bold; font-size: 14pt; }
DIV.ANSWER P { color: #003399; font-weight: normal; }
DIV.TABLE { color: black; }
TABLE.CALSTABLE { color: black; }
TABLE.FILES { color: black; font-size: 10pt; }
DIV.NAVHEADER { color: blue; font-weight: bold; font-size: 10pt; }
DIV.NAVHEADER TABLE { color: blue; font-weight: bold; font-size: 10pt; }
DIV.NAVFOOTER { color: blue; font-weight: bold; font-size: 10pt; }
DIV.NAVFOOTER TABLE { color: blue; font-weight: bold; font-size: 10pt; }
.FILENAME { font-family: Courier New, Courier, mono;
font-size: 10pt;
font-weight: bold;
color: #003399}
.PROGRAMLISTING { font-family: Courier New, Courier, mono;
font-size: 10pt;
font-weight: bold;
color: #003399}
|