1015 |
mija |
1 |
body { |
|
|
2 |
margin: 3ex; |
|
|
3 |
padding: 4ex; |
|
|
4 |
font-family: "Times New Roman", Garamond, serif; |
|
|
5 |
line-height: 125%; |
|
|
6 |
font-size: 105%; |
|
|
7 |
text-align: justify; |
|
|
8 |
border: 1px solid silver; |
|
|
9 |
} |
|
|
10 |
|
|
|
11 |
body i { |
|
|
12 |
font-family: "Times New Roman", Garamond, serif; |
|
|
13 |
line-height: 125%; |
|
|
14 |
font-size: 100%; |
|
|
15 |
} |
|
|
16 |
|
|
|
17 |
pre.code {line-height:10.5pt;font-family:Courier New,Courier; font-size:0.8em; |
|
|
18 |
color:#660033; letter-spacing:0.005px; border:1px solid #660033; |
|
|
19 |
margin-left:2em; padding:1em; background-color:#FAFAFA;} |
|
|
20 |
|
|
|
21 |
h1 { |
|
|
22 |
font-size: 2.1em; |
|
|
23 |
} |
|
|
24 |
|
|
|
25 |
h2 { |
|
|
26 |
font-size: 1.6em; |
|
|
27 |
} |
|
|
28 |
|
|
|
29 |
h3 { |
|
|
30 |
font-size: 1.5em; |
|
|
31 |
} |
|
|
32 |
|
|
|
33 |
h4 { |
|
|
34 |
font-size: 1.2em; |
|
|
35 |
} |
|
|
36 |
|
|
|
37 |
h1,h2,h3,h4 { |
|
|
38 |
font-family: Verdana, sans-serif; |
|
|
39 |
font-weight: bold; |
|
|
40 |
color: #444; |
|
|
41 |
line-height: 115%; |
|
|
42 |
text-align: left; |
|
|
43 |
} |
|
|
44 |
|
|
|
45 |
ul { |
|
|
46 |
list-style-type:square; |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
ul ul { |
|
|
50 |
list-style-type:circle; |
|
|
51 |
} |
|
|
52 |
|
|
|
53 |
table { |
|
|
54 |
line-height: 125%; |
|
|
55 |
font-size: 90%; |
|
|
56 |
} |
|
|
57 |
|
|
|
58 |
table.normsize { |
|
|
59 |
font-size: 100%; |
|
|
60 |
} |
|
|
61 |
|
|
|
62 |
|
|
|
63 |
small { |
|
|
64 |
line-height: 115%; |
|
|
65 |
font-size: 80%; |
|
|
66 |
} |
|
|
67 |
|
|
|
68 |
a:link { |
|
|
69 |
/* color: #900; */ |
|
|
70 |
color: #004080; |
|
|
71 |
} |
|
|
72 |
|
|
|
73 |
a:visited { |
|
|
74 |
/* color: #900; */ |
|
|
75 |
color: #004080; |
|
|
76 |
} |
|
|
77 |
|
|
|
78 |
a:hover { |
|
|
79 |
color: #c00; |
|
|
80 |
} |
|
|
81 |
|
|
|
82 |
a:active { |
|
|
83 |
/* color: #900; */ |
|
|
84 |
color: #ff0000; |
|
|
85 |
} |
|
|
86 |
|
|
|
87 |
|
|
|
88 |
li { |
|
|
89 |
margin-bottom: 5px; |
|
|
90 |
} |