#map {
    font-size:1em;
    color: #000;
    font-family: Arial;
    text-align: left;
}

#map a {
	color: #FF0000;
	text-decoration: none;
    font-weight: bold;
}

#map a:link{
	color: #6D5D4E;
	text-decoration: none;
    font-weight: bold;
}

#map a:visited{
	color: #6D5D4E;
	text-decoration: none;
    font-weight: bold;
}

#map a:hover{
	color: #6D5D4E;
	text-decoration: underline;
    font-weight: bold;
}

#map .dummy {
    clear: both;
}

#map .tooltip {
    background-color: white;
    width: 250px;
    min-height: 130px;
    border: 1px solid #000;
    padding: 5px 2px 2px 2px;
}
