div.nicetitle {

    z-index:99;

    position: absolute;
    padding: 2px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: "Trebuchet MS",Verdana, Helvetica, Arial, sans-serif;
    width: 500px;
    font-weight: bold;
    background: url(./ntbg.png);
    text-align: left;
    

    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 8px;
    text-align: left;
    padding-top: 3px;
}
