Project

General

Profile

1

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

    
4
IMG { border-style: none; }
5

    
6
P { font-size: 80%;  }
7
/*
8
DL { font-size: 80%;  }
9
TD { font-size: 80% }
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
DT { font-weight: bold; }
24

    
25
PRE { font-size: 120% }
26

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

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

    
31
A:visited { color: #3300CC; }
32

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

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

    
37

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

    
47
H1 A { text-decoration: none; }
48

    
49
H2 {  font-size: 130%; font-weight: bold; padding-top: 10px; margin: 0px}
50

    
51
H3 { font-size: 110%; font-weight: bold; }
52

    
53
H4 { font-size: 100%; font-weight: bold; }
54

    
55
H5 { font-size: 110%; font-weight: bold; }
56

    
57
H6 { font-size: 100%; font-weight: bold; }
58

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

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

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

    
73
.sml { font-size: 70%; font-weight: normal; }
74

    
75
.smlbld { font-size: 70%; font-weight: bold; }
76

    
77
.med { font-size: 80%; font-weight: normal; }
78

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

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

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

    
85
.reg { font-size: 100%; font-weight: normal; }
86

    
87
.regbld { font-size: 100%; font-weight: bold; }
88

    
89
.lg { font-size: 110%; font-weight: normal; }
90

    
91
.lgbld { font-size: 110%; font-weight: bold; }
92

    
93
.exlg { font-size: 130%; font-weight: normal; }
94

    
95
.exlgbld { font-size: 130%; font-weight: bold; }
96

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

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

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

    
103

    
104

    
105
@media print {
106

    
107
  @page         { margin: 10% }
108

    
109
  H1, H2, H3,
110

    
111
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
112

    
113
  BLOCKQUOTE, 
114

    
115
  UL, OL, DL    { page-break-before: avoid }
116

    
117
}
118

    
119

    
120

    
121

    
122

    
123

    
124

    
125
@media speech {
126

    
127

    
128

    
129
  H1, H2, H3, 
130

    
131

    
132

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

    
135

    
136

    
137
  H2            { pitch: x-low; pitch-range: 80 }
138

    
139

    
140

    
141
  H3            { pitch: low; pitch-range: 70 }
142

    
143

    
144

    
145
  H4            { pitch: medium; pitch-range: 60 }
146

    
147

    
148

    
149
  H5            { pitch: medium; pitch-range: 50 }
150

    
151

    
152

    
153
  H6            { pitch: medium; pitch-range: 40 }
154

    
155

    
156

    
157
  LI, DT, DD    { pitch: medium; richness: 60 }
158

    
159

    
160

    
161
  DT            { stress: 80 }
162

    
163

    
164

    
165
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
166

    
167

    
168

    
169
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
170

    
171

    
172

    
173
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
174

    
175

    
176

    
177
  U             { richness: 0 }
178

    
179

    
180

    
181
  A:link        { voice-family: harry, male }
182

    
183

    
184

    
185
  A:visited     { voice-family: betty, female }
186

    
187

    
188

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

    
191
}
(4-4/10)