* {
        margin: 0;
        padding: 0;
        font-family: Arial,sans-serif;
        font-size:95%;
}

#header { 
    background-color:#FF9933;
    padding: 10px;
    width: 880px;
    height:40px;
    }

#header h1 { font-size:1.2em; color:#ffffff; font-weight:bold; }
#header h1 a:link {
             color: #ffffff;
             text-decoration:none;
           }

#header h1 a:visited, a:hover, a:active {
             color: #ffffff;
             text-decoration:none;
           }

#map { width: 900px; height: 630px; }
#navi {
       background-color:#FFCC99;
       height:20px;
       padding:2px 0 0 5px;
       width: 895px;
      }

#navi a:link, a:visited { color: #c30; }
#navi a:hover { color: #FF6666; }
#navi a:active { color: #FF6666; }

.balloon {
    width:300px;
    white-space: nowrap;
}
/* Hides from IE-mac \*/
* html .balloonl { height: 1%; }
/* End hide from IE-mac */


