1 .Selected { 2 background-color: silver; 3 color: black; 4 font-family: sans-serif; 5 } 6 7 .Selected A:link { color: black; } 8 .Selected A:visited { color: black; } 9 .Selected A:active { color: black; } 10 11 .Unselected { 12 background-color: gray; 13 color: black; 14 font-family: sans-serif; 15 } 16 17 .Unselected A:link { color: black; } 18 .Unselected A:visited { color: black; } 19 .Unselected A:active { color: black; } 20 21 .Main { vertical-align: top; } 22 23 BODY { 24 background-color: white; 25 font-size: 12pt; 26 } 27 28 H1 { 29 color: navy; 30 font-family: sans-serif; 31 font-size: 20pt; 32 } 33 34 H2 { 35 color: navy; 36 font-family: sans-serif; 37 font-size: 18pt; 38 } 39 40 H3 { 41 color: navy; 42 font-family: sans-serif; 43 font-size: 16pt; 44 } 45 46 H4 { 47 color: navy; 48 font-family: sans-serif; 49 font-size: 15pt; 50 } 51 52 H5 { 53 color: navy; 54 font-family: sans-serif; 55 font-size: 14pt; 56 } 57 58 UL { 59 list-style-type: disc; 60 } 61 62 .MainHeading { 63 color: black; 64 background-color: gray; 65 font-family: sans-serif; 66 font-size: 14pt; 67 font-weight: bold; 68 vertical-align: top; 69 } 70 71 .SubHeading { 72 color: black; 73 background-color: silver; 74 font-family: sans-serif; 75 font-size: 14pt; 76 font-weight: bold; 77 vertical-align: top; 78 } 79 80 .CellHeading { 81 color: black; 82 background-color: silver; 83 font-family: sans-serif; 84 font-size: 12pt; 85 font-weight: bold; 86 vertical-align: top; 87 } 88 89 .CellContent { 90 font-size: 12pt; 91 vertical-align: top; 92 } 93 94 PRE.Python { 95 background-color: #e0e0e0; 96 width: 100%; 97 } 98 99 .Submodule { 100 color: #ff0000 101 } 102 103 PRE.Prompt { 104 background-color: #c0c0c0; 105 width: 100%; 106 } 107 108 PRE.PromptRequest { 109 background-color: #b0d0b0; 110 width: 100%; 111 } 112 113 PRE.PromptResponse { 114 background-color: #d0b0b0; 115 width: 100%; 116 }