/* ===========================================================================   */
/* What:         CSS Style Sheet used in all pages of the / directory.            */
/* ===========================================================================   */

/* ----------------------------------------------------------------------------  */
/* Page Appearance rules                                                        */
/* ----------------------------------------------------------------------------  */
body              { background: #000080 }
hr                { color: #000000 }
a:link            { color: #FF972F;
                    font-weight: bold;
                    font-style: normal;
                    text-decoration: none }
P                  { text-effect=drop-cap}
a:visited         { color: #FF972F;
                    font-weight: bold;
                    font-style: normal;
                    text-decoration: none }
a:active         { color: #cc0000;
                    font-weight: bold;
                    font-style: normal;
                    text-decoration: none }
.text              { font-family: Arial, sans-serif;
                    font-size: x-small;
                    font-style: normal;
                    font-weight: normal; }
a:hover            { color: navy; }


/* ----------------------------------------------------------------------------*/
/* What:          Block 1: Generic Page Titles                                 */
/*                Block 2: Headers and Subheaders                              */
/*                Block 3: Important Information                               */
/* 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 and information              */
/* ----------------------------------------------------------------------------*/
.pagetitle        { font-family: Arial, sans-serif;
                    font-size: medium;
                    font-style: italic;
                    font-weight: bold; }
.subtitle          { font-family: Arial, sans-serif;
                    font-size: x-small;
                    font-style: normal;
                    letter-spacing: .3em;
                    font-weight: bold; }
.subtitlesym      { font-family: Arial, sans-serif;
                    font-size: x-small;
                    font-style: normal;
                    margin-top: -30px;
                    margin-left: 10px;
                    letter-spacing: .3em;
                    font-weight: bold;
                    color: #000000 }
.smalltext        { font-family: Arial, sans-serif;
                    font-size: xx-small;
                    font-style: normal;
                    font-weight: normal; }
.largetext        { font-family: Arial, sans-serif;
                    font-size: large;
                    font-style: normal;
                    font-weight: normal; }
.textbold            { font-family: Arial, sans-serif;
                    font-size: x-small;
                    font-style: normal;
                    font-weight: bold; }
.symbol           { color: #cecece;
                    font-size: 40px; 
                    margin-top: 0px;
                    margin-left: -5px;
                    font-weight: bold;
                    font-family: Wingdings; }





/* ----------------------------------------------------------------------------*/
/* 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                             */
/* ----------------------------------------------------------------------------*/
.tagname          { color: #ffffff }
.tagattrib        { color: #ff0000 }
.property         { color: #ff8080 }
.selector         { color: #ffffff }


/* ----------------------------------------------------------------------------*/
/* 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.                        */
/* ----------------------------------------------------------------------------*/
.firstsupport  { font-style: italic; color: #ff0000 }
.support       { color: #ffff00 }
.nosupport     { color: #808080 }

/* ----------------------------------------------------------------------------*/
/* 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.                                */
/* ----------------------------------------------------------------------------*/
.relevant     {  }   /* 
a.relevant    {  }   /* Unused rule. Only applies to relevant external hyperlinks */
