
body /*=========================================================================== ;  What:               Main Style Sheet used for all pages except Style Sheet  ;                      Guide and HTML Support History pages.                            ;  =========================================================================== ;  ----------------------------------------------------------------------------;  What:          Page Appearance rules                                        ;  Scope:         All but Style Sheet Guide and HTML Support History Support pages.     ;  Description:   These control the common page background, foreground,        ;                 hyperlink and rule appearances                               ;  ----------------------------------------------------------------------------*/ {
  background-color: #ffffff;
}

body, td, dl, dt, dd, .text {
  color: #400080;
  font-weight: bold;
}

hr {
  color: #404040;
}

.field {
  background-color: #C0C0C0;
}

a:link {
  color: #ff9900;
  font-weight: bold;
}

a:visited {
  font-weight: bold;
  color: #804000;
}

.pagetitle /*----------------------------------------------------------------------------;  What:          Block 1: Generic Page Titles                                 ;                 Block 2: Headers and Subheaders                              ;                 Block 3: Important Information                               ;                 Block 4: Generic Font Sizing                                 ;  Scope:         All but Style Sheet Guide and HTML Support History Support pages.     ;  Description:   These are generic rules used in most pages to bring          ;                 information to the user's attention. They control            ;                 page titles, important headings, important incidental        ;                 information and generic font sizing info                     ;  ----------------------------------------------------------------------------*/ {
  font-size: 24pt;
  color: #000000;
}

.tagpagetitle {
  font-size: 24pt;
  color: #000000;
}

.subtitle {
  font-size: 24pt;
  color: #000000;
}

.sitetitle {
  color: #000000;
}

.mainheading {
  font-size: 16pt;
  color: #000000;
}

.subheading {
  font-size: 14pt;
  color: #000000;
}

.l3heading {
  color: #000000;
}

.alert, .quotation {
  color: #000000;
}

.alert2 {
  font-style: normal;
  color: #808000;
}

.magicword /*Used when L3heading is skipped*/ {
  color: #808000;
}

.unselected {
  color: #808080;
}

.smalltext {
  font-size: 11pt;
}

.largetext {
  font-size: 16pt;
}

.indexpagetitle /*----------------------------------------------------------------------------;  What:          Specific Page Titles, Headers and Subheaders, and Font       ;  Scope:         Index pages                                                  ;  Description:   These rules are only used in some pages to control           ;                 the display of specific content.                             ;  ----------------------------------------------------------------------------*/ {
  font-size: 22pt;
  color: #000000;
}

.indexsitetitle /*only used in main index*/ {
  font-size: 18pt;
  color: #000000;
}

.colheaders /*only used in main index*/ {
  font-size: 16pt;
  text-decoration: none;
  color: #000000;
}

.tagname /*only used in main index ;  ----------------------------------------------------------------------------;  What:          Meaningful HTML/CSS syntax                                   ;  Scope:         All but Style Sheet Guide and HTML Support History Support pages.     ;  Description:   All HTML tag names and attributes, CSS selectors             ;                 and properties use these classes                             ;  ----------------------------------------------------------------------------*/ {
  color: #000000;
}

.tagattrib {
  color: #ff0000;
}

.selector {
  color: #000000;
}

.property {
  color: #808000;
}

.firstsupport /*----------------------------------------------------------------------------;  What:          Specification/Browser Support Information                    ;  Scope:         All but Style Sheet Guide and HTML Support History Support pages.     ;  Description:   Rules controlling display of first support, support, and     ;                 non-support information for features.                        ;  ----------------------------------------------------------------------------*/ {
  font-style: italic;
  color: #ff0000;
}

.support {
  color: #000000;
}

.nosupport {
  color: #808080;
}

.relevant /*----------------------------------------------------------------------------;  What:          Unused rules                                                 ;  Scope:         Many pages carrying links to external sites                  ;  Description:   I added these classes, but never did anything with them.     ;                 All external links and their descriptions carry the          ;                 'relevant' class. The anchors themselves can carry           ;                 special behavior beyond this.                                ;  ----------------------------------------------------------------------------*/ {
  font-weight: bold;
  color: #000080;
}

a.relevant /*All relevant external links and their descriptions carry this class*/ {
  color: #ff9900;
  font-weight: bold;
}

