body {
    font-family: Times New Roman, Times, Serif;
    color: #000000;
    background: url(img/bgrdwhitemarble1.gif) #FFF;
}

a:link {
    color:#6600FF;
}
a:active {
    color:red;
}
a:visited {
    color:#000099;
}

img.thumb {
    #max-width:120;
    border:1px;
    #width: expression(Math.min(parseInt(this.offsetWidth), 120 ) + "px"); 
    width:120;
}

table.property_listing {
    border: 1px;
}

div.property_listing {
    font-size:smaller;
}

td.property_thumbnail {
    width:120;
}
td.property_listing {
    width:380;
}

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

