Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / reaim / html / doc-ns4.css
1     H1 {
2         font-family: Helvetica, Arial, sans-serif;
3         font-weight: bold;
4         font-size: 17pt;
5         text-align: right;
6         color: black;
7         background-color: white;
8         padding-left:  6px;
9         padding-right: 6px;
10         padding-bottom: 1px;
11         padding-top: 1px;
12         margin-left: 1px;
13         margin-right: 1px;
14         margin-top: 1px;
15         margin-bottom: 4px;
16     }
17
18     H2 {
19         font-family: Helvetica, Arial, sans-serif;
20         font-weight: bold;
21         font-size: 14pt;
22         text-align: left;
23         color: white;
24         background-image:       url("clear.gif");
25         background-repeat:      no-repeat;
26         background-position:    100% 0%;
27         background-color: rgb(51, 102, 153);
28         padding-left: 10px;
29         padding-right: 1px;
30         padding-bottom: 1px;
31         padding-top: 1px;
32         border-style: none;
33         margin-left: 1px;
34         margin-right: 1px;
35         margin-top: 1px;
36         margin-bottom: 1px;
37     }
38
39     DIV.page {
40         background-repeat: repeat;
41         background-position: 0% 0%;
42         background-image: url("white.gif");
43         background-color: rgb(255,255,255);
44         color: rgb(0,0,0);
45         margin-left: 0px;
46         margin-right: 0px;
47         margin-top: 0px;
48         margin-bottom: 0px;
49         padding-left: 4px;
50         padding-right: 4px;
51         padding-bottom: 4px;
52         padding-top: 4px;
53        }
54
55     A:link {
56         color: rgb(0, 0, 255);
57         background-color: transparent;
58         }
59
60     A:visited {
61         color: rgb(0, 0, 128);
62         background-color: transparent;
63         }
64
65     A:active {
66         color: rgb(255, 0, 0);
67         background-color: transparent;
68         }
69
70     BODY {
71         color: rgb(0,0,0);
72         background-color: rgb(102, 153, 153);
73     }
74
75     P {
76         text-align: justify;
77         margin-left: 4px;
78         margin-right: 4px;
79         margin-top: 4px;
80         margin-bottom: 4px;
81         padding-left: 4px;
82         padding-right: 4px;
83         padding-bottom: 4px;
84         padding-top: 4px;
85     }
86
87     IMG.back {
88         float: left;
89         border-style: none;
90         margin-left: 3px;
91         margin-right: 3px;
92     }