1 | /* CSS definition file containing sitestyle stylesheets */
|
---|
2 | BODY { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 9pt; background-color: rgb(255,255,255); background-image: none;}
|
---|
3 | .background { background-color: rgb(255,255,255); background-image: none; }
|
---|
4 | A:active { color: rgb(255,0,0);}
|
---|
5 | A:active { color: rgb(255,0,0);}
|
---|
6 | A:active { color: rgb(255,0,0);}
|
---|
7 | .active { color: rgb(255,0,0);}
|
---|
8 | A:link { color: rgb(0,51,204);}
|
---|
9 | A:link { color: rgb(0,51,204);}
|
---|
10 | A:link { color: rgb(0,51,204);}
|
---|
11 | .linked { color: rgb(0,51,204);}
|
---|
12 | UL { list-style-type: square;}
|
---|
13 | A:visited { color: rgb(153,0,153);}
|
---|
14 | A:visited { color: rgb(153,0,153);}
|
---|
15 | A:visited { color: rgb(153,0,153);}
|
---|
16 | .visited { color: rgb(153,0,153);}
|
---|
17 | P { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 9pt;}
|
---|
18 | LI { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 9pt; margin-bottom: 4pt;}
|
---|
19 | A { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 9pt;}
|
---|
20 | A:hover { color: rgb(255,0,0);}
|
---|
21 | A:hover { color: rgb(255,0,0);}
|
---|
22 | A:hover { color: rgb(255,0,0);}
|
---|
23 | .hover { color: rgb(255,0,0);}
|
---|
24 | |
---|