BODY {background-color: #ffffff}

A.highlighted { 
                background-color: #ffff00;
                font-family: sans-serif;
                color: #ff0000;
              }
.small        { 
                line-height: 1pt;
              }
H4            { 
                font-family: Helvetica, sans-serif; 
              }
H5            { 
                font-family: Helvetica, sans-serif; 
                line-height: 1pt;
              }
.monospace   {
                font-family: monospace; 
             }
.sansserif   {
                font-family: Helvetica, sans-serif; 
             }

.reverse { 
                font-family: Helvetica, sans-serif; 
                color: #ffffff; 
                background-color: #000000;
           }

TABLE.price  {background-color: #ccffcc}
TR.pricehead {background-color: #00cc66; font-weight: bold}
TABLE.features {background-color: #ffffcc}
TR.featureshead {background-color: #ffcc33; font-weight: bold}
TABLE.parking {background-color: #99ccff}
TR.parkinghead {background-color: #3399ff; font-weight: bold}
TABLE.general {background-color: #ffffff}
TR.generalhead {background-color: #cccccc; font-weight: bold}
TABLE.desc {background-color: #ccccff}
TR.deschead {background-color: #aa99ff; font-weight: bold}
TABLE.review {background-color: #ccccff}
TR.reviewhead {background-color: #aa99ff; font-weight: bold}
TABLE.new {background-color: #ff9999}
TR.newhead {background-color: #ff0000; font-weight: bold}
TABLE.sidebar {background-color: #ccccff}
TR.sidebarhead {background-color: #aa99ff; font-weight: bold}

.purple_bg { 
                background-color: #ccccff;
          }
