@charset "utf-8";
/* CSS Document */
html, body {
      height: 100%;
      overflow: hidden;
    }

body {
      background-color: white;
      font-family: Arial, sans-serif;
      margin: 0;
    }
	
#map {
      background-color: #e5e3df;
      height: 100%;
    }

.txt { font-family:"Tahoma"; font-size:11px; color:#000000; }
.lk { color:#000000; font-family:"Tahoma"; FONT-SIZE: 11px; font-weight:Bold; }
A.lk:link, A.lk:active, A.lk:visited{ text-decoration:none; color:#FF0000; }
A.lk:hover { COLOR:#000000; } 

