home *** CD-ROM | disk | FTP | other *** search
- /* background color of page */
-
- .background
- {
- background-color:#fffedf;
- }
-
-
-
- /* blue header and text */
-
- .header
- {
- background-color:#6284A6;
- }
-
- .header_text
- {
- color:#fffedf;
- font-size:0.9em;
- font-family:verdana,tahoma,arial,helvetica;
- font-weight:bold;
- }
-
-
-
- /* headings in body of text */
-
- .heading
- {
- color:#000000;
- font-size:0.9em;
- font-family:verdana,tahoma,arial,helvetica;
- font-weight:bold;
- text-decoration:none;
- }
-
- .sub_heading
- {
- color:#000000;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- font-weight:bold;
- }
-
-
-
- /* body text */
-
- .main_text
- {
- color:#000000;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- }
-
- .bold
- {
- font-weight:bold;
- }
-
- .links_to_do
- {
- font-weight:bold;
- color:#0000FF;
- }
-
- .main_text_bold
- {
- color:#000000;
- font-weight:bold;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- }
-
- .main_text_bold_italic
- {
- color:#000000;
- font-weight:bold;
- font-size:0.77em;
- font-style:italic;
- font-family:verdana,tahoma,arial,helvetica;
- }
-
- .bold_italic
- {
- font-weight:bold;
- font-style:italic;
- }
-
- .code
- {
- font-family:courier,courier new;
- }
-
- .bold_code
- {
- font-weight:bold;
- font-family:courier,courier new;
- }
-
- .list_not_available
- {
- color:#DF0029;
- }
-
- p.list_not_available
- {
- color:#DF0029;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- }
-
-
-
- /* highlighting */
- p.highlight
- {
- background-color:#d9d5ce;
- color:#000000;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- }
-
- div.highlight
- {
- background-color:#d9d5ce;
- }
-
-
-
- /* shortcut properties */
-
- .shortcut
- {
- background-color:#d9d5ce;
- color:#000000;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- font-weight:bold;
- }
-
- .shortcut_title
- {
- color:#000000;
- font-weight:bold;
- font-size:0.77em;
- font-style:italic;
- font-family:verdana,tahoma,arial,helvetica;
- }
-
-
-
- /* image or example titles */
-
- .example
- {
- color:#000000;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- font-weight:bold;
- }
-
-
-
- /* general lists */
-
- li.list
- {
- color:#000000;
- list-style-type:disc;
- }
-
-
-
- /* numeral lists */
-
- li.number
- {
- color:#000000;
- list-style-type:decimal;
- }
-
-
-
- /* related topics headngs */
-
- .related_head
- {
- color:#000000;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- font-weight:bold;
- }
-
- p.div_related_head
- {
- font-weight:bold;
- }
-
-
-
- /* general hyperlinks */
-
- .link_normal:link
- {
- color:#0000FF;
- font-weight:normal;
- text-decoration:underline;
- }
-
- .link_normal:visited
- {
- color:#0000FF;
- font-weight:normal;
- text-decoration:underline;
- }
-
-
-
- /* expanding paragraph links */
-
- a.sub_heading:link
- {
- color:#000000;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- font-weight:bold;
- text-decoration:none;
- }
-
- a.sub_heading:visited
- {
- color:#000000;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- font-weight:bold;
- text-decoration:none;
- }
-
- a.sub_heading:hover
- {
- color:#0000FF;
- font-size:0.77em;
- font-family:verdana,tahoma,arial,helvetica;
- font-weight:bold;
- text-decoration:none;
- }
-