home *** CD-ROM | disk | FTP | other *** search
- /*
- This style sheet was created
- by extracting HTML tags from
- C:\Program Files\Bradbury\TopStyle\help\Quick Start Tutorial\Samples\SampleFinished.html
- */
- BODY, P {
- background-color : White;
- color : #000080;
- font-family : Arial, sans-serif;
- font-size : medium;
- }
-
- H1 {
- font-size : x-large;
- }
-
- SPAN {
- background-color : White;
- color : DarkBlue;
- }
-
- .title {
- /* class for Page Title heading */
- background-color : #000080;
- color : Silver;
- font-style : italic;
- }
-
- .highlight {
- /* class for highlighted information */
- background-color : Yellow;
- }
-
- .note {
- /* class for notes */
- background-color : Silver;
- border-width : thin;
- border-color : Gray;
- border-style : solid;
- padding : 4px;
- }
-
-