Project

General

Profile

1 3032 perry
2
BODY { font-family: arial, helvetica, sans-serif; }
3
4
IMG { border-style: none; }
5
6
P { font-size: 80%;  }
7
8
/*
9
TD { font: normal 100%; color:#000000; }
10
UL { list-style: square; margin-bottom: 0%; line-height:1.3; }
11
*/
12
13
UL { font-size: 80%; list-style: square; padding: 0 }
14
OL { font-size: 80%; padding: 0 }
15
UL LI { margin-left: 1em; }
16
OL LI { margin-left: 1em; }
17
18
UL.sidebar { font-size: 100%; list-style: none; padding: 0 }
19
UL.sidebar LI { margin-left: 4px; }
20
21
.title { font-weight: bold; }
22
23
DL { font-size: 80%;  }
24
DT { font-weight: bold; }
25
26
PRE { background-color: silver; }
27
LI PRE { font-size: 120%;  }
28
29
A:active { color: #0000CC; }
30
31
A:link { color: #0000CC; }
32
33
A:visited { color: #336633; }
34
35
A:hover { color: #FF0000; }
36
37
A.banner { text-decoration: none; color: white; }
38
39
INPUT.bareinput {
40
  border: 0px blue none;
41
  font: 8pt Verdana, geneva, arial, sans-serif;
42
  color: #000000;
43
  background-color: transparent;
44
}
45
46
47
.footer {
48
  font-size: 80%;
49
  color: #3366cc;
50
  margin: 0;
51
  margin-bottom: 10;
52
  width: 100%;
53
  border-top: 1pt solid #3366cc;
54
  text-align: right
55
}
56
57
58
H1 {
59
  font: normal 18pt;
60
  color: #3366cc;
61
  margin: 0;
62
  margin-top: 10;
63
  width: 100%;
64
  border-bottom: 1pt solid #3366cc;
65
  text-align: right}
66
67
H2 {  font-size: 130%; font-weight: bold; padding-top: 10px;}
68
69
H3 { font-size: 110%; font-weight: bold; }
70
71
H4 { font-size: 100%; font-weight: bold; }
72
73
H5 { font-size: 110%; font-weight: bold; }
74
75
H6 { font-size: 100%; font-weight: bold; }
76
77
.exsml { font-size: 70%; font-weight: normal; }
78
79
.exsmlbld { font-size: 70%; font-weight: bold; }
80
81
.sml { font-size: 70%; font-weight: normal; }
82
83
.smlbld { font-size: 70%; font-weight: bold; }
84
85
.med { font-size: 80%; font-weight: normal; }
86
87
.medbld { font-size: 80%; font-weight: bold; }
88
89
.medblditalic { font-size: 80%; font-weight: bold; font-style: italic; }
90
91
.meditalic { font-size: 80%; font-style: italic; font-family: arial, helvetica, sans-serif;}
92
93
.reg { font-size: 100%; font-weight: normal; }
94
95
.regbld { font-size: 100%; font-weight: bold; }
96
97
.lg { font-size: 110%; font-weight: normal; }
98
99
.lgbld { font-size: 110%; font-weight: bold; }
100
101
.exlg { font-size: 130%; font-weight: normal; }
102
103
.exlgbld { font-size: 130%; font-weight: bold; }
104
105
.lgbldt { font-size: 90%; font-weight: bold; font-family: tahoma, arial, helvetica, sans-serif; }
106
107
.exlgbldt { font-size: 140%; font-weight: bold; font-family: tahoma, arial, helvetica, sans-serif; }
108
109
.exlgbldblu { font-size: 170%; font-weight: bold; color:#3366CC; }
110
111
112
113
@media print {
114
115
  @page         { margin: 10% }
116
117
  H1, H2, H3,
118
119
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
120
121
  BLOCKQUOTE,
122
123
  UL, OL, DL    { page-break-before: avoid }
124
125
}
126
127
128
129
130
131
132
133
@media speech {
134
135
136
137
  H1, H2, H3,
138
139
140
141
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
142
143
144
145
  H2            { pitch: x-low; pitch-range: 80 }
146
147
148
149
  H3            { pitch: low; pitch-range: 70 }
150
151
152
153
  H4            { pitch: medium; pitch-range: 60 }
154
155
156
157
  H5            { pitch: medium; pitch-range: 50 }
158
159
160
161
  H6            { pitch: medium; pitch-range: 40 }
162
163
164
165
  LI, DT, DD    { pitch: medium; richness: 60 }
166
167
168
169
  DT            { stress: 80 }
170
171
172
173
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
174
175
176
177
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
178
179
180
181
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
182
183
184
185
  U             { richness: 0 }
186
187
188
189
  A:link        { voice-family: harry, male }
190
191
192
193
  A:visited     { voice-family: betty, female }
194
195
196
197
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
198
199