
    BODY {
      color:                               black;
      background-color:                    white;
      background-image:   url("kyrgyzstan2.jpg");
       background-repeat:              no-repeat; /*no-tiling background*/
       background-position:               center;
       background-attachment:              fixed;
      margin-left:                            5%;
      margin-right:                           5%;
      font-family:  Arial, Helvetica, sans-serif;
      font-size:                            10pt;
    }

    BODY.wire {
      color:                               black;
      background-color:                  #CCCCFF;
      background-image:                     none;
      margin-left:                            5%;
      margin-right:                           5%;
      font-family:  Arial, Helvetica, sans-serif;
      font-size:                            10pt;
    }

    BODY.sys {
      color:                               white;
      background-color:                    black;
      background-image:                     none;
      margin-left:                           10%;
      margin-right:                          10%;
      font-family:  Arial, Helvetica, sans-serif;
      font-size:                            10pt;
    }

    H1.sys { color:        #CCFFFF;     //lightblue
             font-family:  Arial, Helvetica, sans-serif;
           }
    H2.sys { color:        #FFFFCC;     //lightyellow
             font-family:  Arial, Helvetica, sans-serif;
           }


    H1 { color:                               black;    
         font-family:  Arial, Helvetica, sans-serif;
       }
    H2 { color:                               black;
         font-family:  Arial, Helvetica, sans-serif;
       }

    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" >

    TABLE { 
      border:    0px; 
      CELLSPACING: 0; 
      CELLPADDING: 0; 
      WIDTH:  "100%";
    }

    TH { 
      border: 0px; 
    }

    TD { 
      border: 0px; 
    }

    A:hover { 
      background: #FFCCCC; 
      color:          red;
    }

    A:hover.sys { background: #FF9999 }

    div.box { 
      border: dashed; 
      border-width: 1px; 
      color: black;
    }

    BODY, P, TD, TH, DIV { font-size: 10pt; }

