a:link {
color:#990000;
text-decoration:none;
}

a:visited {
color:#990000;
text-decoration:none;
}

a:hover {
color:#CC3300;
text-decoration:underline;
}

a:active {
color:#990000;
text-decoration:none;
}

body {
    font-family: lucida grande,lucida sans unicode,arial,verdana,sans serif;
    font-size: 8pt;
    line-height: 1.4em;
}

.locationHeader {
    font-weight: bold;
}

.searchHighlight {
    background-color: yellow;
}

.searchSuccessful {
    font-weight: bold;
}

.searchUnsuccessful {
    font-weight: bold;
    color: red;
}

#map {
    width: 600px;
    height: 600px;
    top: 10;
    left: 10;
    border: 1px solid black;
    position: absolute;
}

#selection_info {
    width: 200px;
    top: 10;
    left: 620px;
    position: absolute;
}

#footer {
    width: 640px;
    top: 620px;
    left: 10;
    position: absolute;
}
