/* forsale.css */

body {
  margin:auto;
  font-family:arial;
  text-align:center;
}

h1 span {
  color:#b30027;
  font-style:italic;
}
#div_enquire {
  margin:auto;
  width:7em;
  border:2px solid #666;
  border-radius:10px;
  padding:5px;
  background-color:#eee;
  text-align:center;
}
#div_enquire:hover {
  border-color:#000;
  border-radius:10px;
  padding:5px;
  background-color:#eee;
}

#div_enquire a {
  text-decoration:none;
  color:#666;
}
#div_enquire a:hover {
  color:#000;
}