html {
    height:100%; /* dimension */
}

body {
    height:100%; /* dimension */
    margin:0px; /* margin */
}

div#map_canvas {
    height:100%; /* dimension */
}

h4 {
    color:black; /* text */
}

p.map_content {
    /* text */
    color:black;
    line-height:1.4em;
}

