div.nicetitle {
    position: absolute;
    padding-left: 30px;
    padding-top: 5px;
    top: 0px;
    left: 0px;
    color: black;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: normal;
    background: url('world.gif');
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
	color: #800000;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
}