

 /* begin affordances */  

A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,         
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,               

LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,            

APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,          
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND        {       
               word-spacing:   normal;
               letter-spacing: normal;
               text-transform: none;
               text-decoration:  none;
               border-color:   black;
               border-style:   none;               
} 

BODY     {    background-color: #99CCEE;
                color:black;
     
      }

P              {  color:black;
              background-color: #99CCEE;
                    font-size: 1 em;
          }

H1, H2, H3, H4 { text-transform: uppercase;
                    color: #23238E;
               background-color: #99CCEE;
                    font-size: 150%;
           }       


EM             {font-style:     italic;
                    font-weight:    normal;
                    color:  black;
                 background-color: #99CCEE;
          }       
                
STRONG   { font-style:    normal;
                     font-weight:    bold;
                     color:  black;
                  background-color: #99CCEE;
               }       
                
EM STRONG, STRONG EM    {
                    font-style:     italic;
                    font-weight:    bolder;
                    color:  black;
                 background-color: #99CCEE;
            }       

HR        {color: #036;
               background-color: #99CCEE;
            }      

CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TR    {       
               background-color: #99CCEE;
               color:  black;
               text-decoration:        none;
               border-color:   black;
           }       

A:link        { color: #0033CC; 
               background-color: #99CCEE;
                    font-weight: bold;
                    text-decoration: none;
              }

A:visited    { color: #4A766E;    
               background-color: #99CCEE;
                    font-weight: bold;
                    text-decoration: none;
              }

A:active     { font-weight: bold;
                    text-decoration: none;
              }

A:hover     { color:  #FF6666; 
               background-color: #99CCEE;
                    font-weight: bold;
                    text-decoration: none;
             }       
                
A.offsite    { color:  #C66;
               background-color: #99CCEE;
                    font-weight: bold;
                     text-decoration: none;
                   
            }  

 /* end affordances */  

 

 /* begin bug hack */

EM      {
        background-color: 99CCEE;
        }

STRONG  {
        background-color: #99CCEE;
        }

EM STRONG, STRONG EM, .warn     {
        background-color: #99CCEE;
        }

#title  {
        background-color: #FFFFFF;
        }

CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR  {
        background-color: #99CCEE;
        }

A:link  {
        background-color: #99CCEE;
        }

A:visited       {
        background-color: #99CCEE;
        }

A:active        {
        background-color: #99CCEE;
        }

A:hover {
        background-color: #99CCEE;
        }

A.offsite       {
        background-color: #99CCEE;
        }

        /* end hack */

