1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- body
- {
- color: #000;
- background-color: #fff;
- zoom: 1;
- }
- body, td, .normaltext
- {
- font-family: Verdana, arial, helvetica, serif;
- font-size: small;
- }
- *, a:link, a:visited, a:hover, a:active
- {
- color: #000 !important;
- }
- .smalltext, .quoteheader, .codeheader
- {
- font-size: x-small;
- }
- .largetext
- {
- font-size: large;
- }
- hr
- {
- height: 1px;
- border: 0;
- color: #000;
- background-color: #000;
- }
- .catbg
- {
- background-color: #d6d6d6;
- font-weight: bold;
- }
- .titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
- {
- font-style: normal;
- background-color: #f0f4f7;
- }
- .bordercolor
- {
- background-color: #333;
- }
- .windowbg
- {
- color: #000;
- background-color: #fff;
- }
- .windowbg2
- {
- color: #000;
- background-color: #f1f1f1;
- }
- .copyright
- {
- font-size: x-small;
- text-align: center;
- }
|