(LI.attention): New selector.
[www/chise.git] / chise.css
1 BODY {\r
2         color: black;\r
3         background: white;\r
4         font-size: 12pt;\r
5         font-family: arial, helvetica, sans-serif;\r
6         line-height: 1.6;\r
7 }\r
8 \r
9 P.attention {\r
10         color: red;\r
11 }\r
12 \r
13 LI.attention {\r
14         color: red;\r
15 }\r
16 \r
17 H1 {\r
18         fontsize: 150%;\r
19         color: #004800;\r
20 }\r
21 \r
22 H2 {\r
23         fontsize: 120%;\r
24         color: navy;\r
25 }\r
26 \r
27 H3 {\r
28         fontsize: 100%;\r
29         text-decoration: underline;\r
30 }\r
31 \r
32 .abstract {\r
33         font-size: 11pt;\r
34         color: navy;\r
35 }\r