A:link {
 text-decoration: none;
 color: #ff0014;
 }
A:hover {
  color: #ff0014;
  text-decoration: underline;
  }
A:visited {
 text-decoration: none;
 color: #ff0014;
 }
A:active {
 text-decoration: underline;
 color: #000000;
 }
BODY, p {
 background-color: #e4cb95;
 font-family: Trebuchet MS;
 font-size: 12pt;
 text-align: justify;
 color: #000000;
 margin: 0;
 }
.content {
 background-color: #FFFFFF
 }
 .quote {
 font-family: Trebuchet MS;
 color: #ff0014;
 font-size: 12pt;
 font-style: italic;
 }
.copyright {
 font-family: Trebuchet MS;
 font-size: 10pt;
 color: #000000;
 }
TD {
 font-family: Trebuchet MS;
 font-size: 12pt;
 text-align: justify;
 }
.sqft {
 font-family: Trebuchet MS;
 font-size: 12pt;
 font-weight: bold;
 text-align: justify;
 color: #ff0014;
 margin: 0;
 }
.project {
 font-family: Trebuchet MS;
 font-size: 12pt;
 font-weight: bold;
 text-align: justify;
 color: #000000;
 margin: 0;
 }
 .locale {
 font-family: Trebuchet MS;
 font-size: 12pt;
 font-weight: bold;
 text-align: justify;
 color: #808080;
 margin: 0;
 }
 .comingsoon {
 font-family: Trebuchet MS;
 font-size: 10pt;
 font-style: italic;
 text-align: right;
 color: #909090;
 margin: 0;
 }