            body 
                {
                 scrollbar-face-color: #e6e6e6; 
                 scrollbar-highlight-color: #e6e6e6; 
                 scrollbar-shadow-color: #808080; 
                 scrollbar-3dlight-color: #e6e6e6;
                 scrollbar-arrow-color: #808080;
                 scrollbar-track-color: #e6e6e6;
                 scrollbar-darkshadow-color: #e6e6e6;
                 background-color: #e6e6e6;
                 background-attachment: fixed;
                }
         .bg-map
                {
                 background-image: url("../images/bg-right.gif");
                }
       .bg-world
                {
                 background-image: url("../images/bg-left.gif");
                }
            #map
                {
                 position: relative;
                }

         #world
                {
                 position: absolute;
                 top: 10px;
                 left: 10px;
                }
           #ST
                {
                 position: absolute;
                 top: 120px;
                 left: 250px;
                }
         #constr
                {
                 position: absolute;
                 top: 250px;
                 left: 0px;
                }

     .countries
                {
                 font-family: comic sans ms;
                 font-size: 9pt;
                 font-weight: bold;
                 color: green;
                 align: right;
                }

           #pic
                {
                 position: absolute;
                 top: 140px;
                 left: 130px;
                }

           #pic2
                {
                 position: absolute;
                 top: 290px;
                 left: 130px;
                }

           #pic3
                {
                 position: absolute;
                 top: 47px;
                 left: 0px;
                }

a:link, a:visited
                {
                 font-family: comic sans ms;
                 font-size: 9pt;
                 font-weight: bold;
                 color: blue;
                 text-decoration: none;
                }
         a:hover 
                { 
                 font-family: comic sans ms;
                 font-size: 9pt;
                 font-weight: bold;
                 color: red;
                 text-decoration: none;
                }
        a:active 
                { 
                 font-family: comic sans ms;
                 font-size: 9pt;
                 font-weight: bold;
                 color: lightgreen;
                 text-decoration: none;
                }
            .year 
                { 
                 font-family: comic sans ms;
                 font-size: 9pt;
                 font-weight: bold;
                 color: lightgreen;
                 text-decoration: none;
                }
