<!-- StandardStyle.css : A style sheet for main pages -->


  BODY { background-color: White; 
         font-family: sans-serif; }

  H1 { font-family: sans-serif }   
  H1.titlepage { 
       font-size: 48pt;
       color: Black;
       font-family: sans-serif;   
       text-align: Center;
       }
  H1.title { font-size: 18pt;
       color: Black;
       font-family: sans-serif;   
       text-align: Center;
       border-width: 0 0 thick 0;
       border-color: Silver;
       }
  H1.center { font-family: sans-serif;
              font-size: 18pt;
              text-align: Center; }   
  H2.center { font-family: sans-serif;
              font-size: 14pt;
              text-align: Center; }   
  H2 { font-family: sans-serif;
       font-size: 14pt; }   
  H3 { font-family: sans-serif ; font-size: 12pt}   
  H3.center { font-family: sans-serif;
              font-size: 12pt;
              text-align: Center; }   

  H3.inline { font-family: sans-serif; 
              font-size: 12pt;
              margin: 0em 0em;
              padding: 0em 0em
             } 
  
  A:link { font-family: sans-serif;
           color: Blue }
  A:visited { font-family: sans-serif;
              color: Grey}
  A:active { font-family: sans-serif;
             color:  Red }
  H4.boxed { background-color: Silver;
             color: Black ; 
             text-align: left;
             border: solid Silver; }
  H4.button { 
             font-size: 8; 
             font-family: sans-serif;
             background-color: Silver;
             text-color: Black;
             text-align: left;
             border-color: Silver; 
             border-width: thick ; }
             border-style: double ; }

  P { font-family: sans-serif  }   
  P.sans { font-family: sans-serif  }   

  P.boxed { font-family: sans-serif;
            background-color: Black;
            color: White; 
            border: solid Silver; 
            text-align: center }

  P.figure { 
            background-color: White;
            color: Black; 
            border: solid Silver; 
            text-align: Center;
            font-size: 14pt;
            font-family: sans-serif;
            }

  DIV.figure { 
            background-color: White;
            color: Black;
            border: solid Silver;    
            text-align: center;
            }                                
  DIV.central { 
            background-color: White;
            color: Black;
            text-align: center;
            }                                
  DIV.extras {          font-size: 12pt;
            font-weight: bold;
            font-family: sans-serif;
              }

  P.answer { color: Blue; 
             margin-top: 0em;
             margin-bottom: 0.5em; }

  P.caption {font-family: sans-serif; 
             font-weight: bold;
             font-size: 10pt;
             margin-top: 0em;
             margin-bottom: 0.5em; 
             text-align: center }

  P.bbright{font-family: sans-serif; 
         background-color: "#000066";
         border: Solid White;
         color: White;
         font-family: sans-serif; 
         font-weight: bold;
         font-size: 10pt;
         margin-top: 0.5em;
         margin-bottom: 0.5em; 
         text-align: right }


  OL { font-family: sans-serif }
  OL.alpha { list-style: lower-alpha }
  OL.roman { list-style: lower-roman }
  UL { font-family: sans-serif }

  UL.bare { font-family: sans-serif;
            list-style-type: none }

  DL { font-family: sans-serif}

  DT { font-weight: bold;
       margin-top: 1em }

  TD { font-family: sans-serif }
  TH { font-family: sans-serif }
  CAPTION { font-family: sans-serif;
            text-align: center;
            font-weight: bold;
             margin-top: 1em;  
             margin-bottom: 0em; 
           }
  TABLE.figure { border-width: thick;
                 border-color: Silver;
                 font-family: sans-serif; 
                 font-weight: bolder; 
                }
