1/* ming.css */
2
3
4h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
5 font-family:sans-serif; }
6
7h1 { font-size:18pt; margin-bottom:18px; }
8
9h2 { font-size:16pt; margin-bottom:18px; }
10
11h3 { font-size:14pt; }
12
13p,ul,ol,li,div,td,th,address,blockquote { font-size:12pt; }
14
15li { margin-top:3pt; }
16
17pre { font-family:Courier New,Courier; font-size:12pt; color:#0000C0; }
18
19code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }
20
21var { font-style:normal; color:#0000C0; }
22
23blockquote,cite { font-style:italic; }
24
25a:link { color:#AA5522; text-decoration:underline; }
26
27a:visited { color:#772200; text-decoration:underline; }
28
29a:active { color:#000000; text-decoration:none; }
30
31a.an { text-decoration:none; }
32
33.unicode { font-size:15pt; font-family:Arial Unicode MS,Arial,sans-serif }
34