Project

General

Profile

1

    
2
BODY { font-size: 80%; font-family: arial, helvetica, sans-serif; } 
3

    
4
IMG { border-style: none; }
5

    
6
P { font-size: 80%;  }
7
/*
8
TD { font-size: 80% }
9
UL { list-style: square; margin-bottom: 0%; line-height:1.3; }
10
*/
11

    
12
UL { font-size: 80%; list-style: square; padding: 0 }
13
OL { font-size: 80%; padding: 0 }
14
UL LI { margin-left: 1em; }
15
OL LI { margin-left: 1em; }
16

    
17
UL.sidebar { font-size: 100%; list-style: none; padding: 0 }
18
UL.sidebar LI { margin-left: 4px; }
19

    
20
.title { font-weight: bold; }
21

    
22
DT { font-weight: bold; }
23
DL { font-size: 80%;  }
24

    
25
PRE { font-size: 120% }
26

    
27
A:active { color: #0000CC; }
28

    
29
A:link { color: #0000CC; }
30

    
31
A:visited { color: #336633; }
32

    
33
A:hover { color: #FF0000; }
34

    
35
A.banner { text-decoration: none; color: white; }
36

    
37

    
38
H1 { 
39
  font: normal 18pt;  
40
  color: #3366cc; 
41
  margin: 0; 
42
  margin-top: 10; 
43
  width: 100%; 
44
  border-bottom: 1pt solid #3366cc; 
45
  text-align: left}
46

    
47
H2 {  font-size: 130%; font-weight: bold; padding-top: 10px;}
48

    
49
H3 { font-size: 110%; font-weight: bold; }
50

    
51
H4 { font-size: 100%; font-weight: bold; }
52

    
53
H5 { font-size: 110%; font-weight: bold; }
54

    
55
H6 { font-size: 100%; font-weight: bold; }
56

    
57
.footer { 
58
  font-size: 80%;  
59
  color: #3366cc; 
60
  margin: 0; 
61
  margin-bottom: 10; 
62
  width: 100%; 
63
  border-top: 1pt solid #3366cc; 
64
  text-align: right;
65
}
66

    
67
.exsml { font-size: 70%; font-weight: normal; }
68

    
69
.exsmlbld { font-size: 70%; font-weight: bold; }
70

    
71
.sml { font-size: 70%; font-weight: normal; }
72

    
73
.smlbld { font-size: 70%; font-weight: bold; }
74

    
75
.med { font-size: 80%; font-weight: normal; }
76

    
77
.medbld { font-size: 80%; font-weight: bold; }
78

    
79
.medblditalic { font-size: 80%; font-weight: bold; font-style: italic; }
80

    
81
.meditalic { font-size: 80%; font-style: italic; font-family: arial, helvetica, sans-serif;}
82

    
83
.reg { font-size: 100%; font-weight: normal; }
84

    
85
.regbld { font-size: 100%; font-weight: bold; }
86

    
87
.lg { font-size: 110%; font-weight: normal; }
88

    
89
.lgbld { font-size: 110%; font-weight: bold; }
90

    
91
.exlg { font-size: 130%; font-weight: normal; }
92

    
93
.exlgbld { font-size: 130%; font-weight: bold; }
94

    
95
.lgbldt { font-size: 90%; font-weight: bold; font-family: tahoma, arial, helvetica, sans-serif; }
96

    
97
.exlgbldt { font-size: 140%; font-weight: bold; font-family: tahoma, arial, helvetica, sans-serif; }
98

    
99
.exlgbldblu { font-size: 170%; font-weight: bold; color:#3366CC; }
100

    
101

    
102

    
103
@media print {
104

    
105
  @page         { margin: 10% }
106

    
107
  H1, H2, H3,
108

    
109
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
110

    
111
  BLOCKQUOTE, 
112

    
113
  UL, OL, DL    { page-break-before: avoid }
114

    
115
}
116

    
117

    
118

    
119

    
120

    
121

    
122

    
123
@media speech {
124

    
125

    
126

    
127
  H1, H2, H3, 
128

    
129

    
130

    
131
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
132

    
133

    
134

    
135
  H2            { pitch: x-low; pitch-range: 80 }
136

    
137

    
138

    
139
  H3            { pitch: low; pitch-range: 70 }
140

    
141

    
142

    
143
  H4            { pitch: medium; pitch-range: 60 }
144

    
145

    
146

    
147
  H5            { pitch: medium; pitch-range: 50 }
148

    
149

    
150

    
151
  H6            { pitch: medium; pitch-range: 40 }
152

    
153

    
154

    
155
  LI, DT, DD    { pitch: medium; richness: 60 }
156

    
157

    
158

    
159
  DT            { stress: 80 }
160

    
161

    
162

    
163
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
164

    
165

    
166

    
167
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
168

    
169

    
170

    
171
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
172

    
173

    
174

    
175
  U             { richness: 0 }
176

    
177

    
178

    
179
  A:link        { voice-family: harry, male }
180

    
181

    
182

    
183
  A:visited     { voice-family: betty, female }
184

    
185

    
186

    
187
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
188

    
189

    
190

    
(9-9/9)