home *** CD-ROM | disk | FTP | other *** search
- /* Stylesheet for the Opera about document */
- /* Copyright 2001 Opera Software */
-
- BODY {
- color: white;
- background: #525a84;
- font-family: Verdana, Arial, sans-serif;
- font-size: 11px;
- }
-
- H2 {
- margin-top: 0;
- margin-bottom: 0.5em;
- font-size: 20px;
- font-weight: normal;
- border-bottom: 1px solid white;
- width: 450px;
- }
-
- DIV.content {
- clear: both;
- text-align: center;
- }
-
- P.copyright {
- padding-top: 2px;
- text-align: center;
- font-size: 8pt;
- }
-
- DIV.third {
- width: 450px;
- }
-
- DIV.border {
- width: 100%;
- text-align: center;
- margin-bottom: 2em;
- margin-top: 1em;
- }
-
- TD, TH, TR {
- border-spacing: 0px;
- font-size: 11px;
- }
-
- TH, TD {
- text-align: left;
- vertical-align: top;
- }
-
- TH {
- white-space: nowrap;
- padding-right: 1em;
- }
-
- UL {
- list-style-position: outside;
- margin-left: 1em;
- margin-right: 1em;
- padding: 0px;
- list-style: none;
- text-align: left;
- }
-
- A {
- color: white;
- }