Initial revision
[mir.git] / web / formate.css
1 <STYLE TYPE="text/css">   
2
3    <!--
4
5    a:link  {
6
7         color : #006600;
8
9         text-decoration : none;
10
11    }
12
13    
14
15    a:visited  {
16
17         color : #009900;
18
19         text-decoration : none;
20
21    }
22
23    
24
25    a:active  {
26
27         color : White;
28
29         text-decoration : none;
30
31         background-color : #006600;
32
33    }
34
35    
36
37    a:hover  {
38
39         color : White;
40
41         text-decoration : none;
42
43         background-color : #006600;
44
45    }
46
47    
48
49    body,ol,div,td,th,address,blockquote,nobr,form  {
50
51         font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
52
53    }
54
55    
56
57    h1,h2,h4  {
58
59         font-family : Trebuchet MS, Verdana, Arial, Helvetica,sans-serif;
60
61    }
62
63    
64
65    h3  {
66
67         font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
68
69         font-size : 11pt;
70
71    }
72
73    
74
75    pre  {
76
77         font-family : Courier New, Courier, mono, Arial, Helvetica, sans-serif;
78
79         font-size : 8pt;
80
81    }
82
83    
84
85    ul,li,p,ol,b,i  {
86
87         font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
88
89    }
90
91    
92
93    p.small  {
94
95         font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
96
97         font-size : 8pt;
98
99    }
100
101    
102
103    p.dir  {
104
105         font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
106
107         font-size : 10pt;
108
109         margin-top : 0cm;
110
111         margin-bottom : 0cm;
112
113    }
114
115    
116
117    a.black  {
118
119         color : Black;
120
121    }
122
123    -->
124
125    </STYLE>
126