div.nicetitle {
    position: absolute;
    padding: 2px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 100%;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    background: #597FBE;
/*    border: 2px #F57820 dotted;*/
    border: 0;
}

div.nicetitle p {
    margin: 0; padding: 0 3px;
}

div.nicetitle p.destination {
    font-size: 80%;
    text-align: left;
    padding-top: 3px;
}

