body {
  color: black;
  text-align: center;
  background-image: url(../background3.jpg);
  }

a:link {
  color: #00f;
  }

a:visited {
  color: #00f;
  }

a:hover {
  background-color: #ddd;
  }

a:active {
  color: #00f;
  }

h1.title {
  color: rgb(102, 0, 0); 
  font-family: algerian;
  font-size: 2em;
  }

h2.title {
  font-size: 1.6em;
}

LI.linklist {
  line-height: 1.5em;
}

div.homelink {
  margin-top: 1em;
}

span.p1 {
  font-weight: bold;
  font-style: italic;
  font-family: "myriad pro", sans-serif;
  color: rgb(102, 0, 0);
  }

span.title {
  font-family: "myriad pro", sans-serif;
  font-weight: bold; 
  color: rgb(102, 0, 0);
  }

span.date {
  font-family: "myriad pro", sans-serif;
  font-weight: bold;
  color: rgb(102, 0, 0);
  }

span.location {
  font-family: "myriad pro", sans-serif;
  font-weight: bold;
  color: rgb(102, 0, 0);
  }

span.maplink {
  font-family: "myriad pro";
  font-weight: bold;
  color: rgb(102, 0, 0);
  }

DIV.display {
  padding-top: 1em;
  }

 DIV.item {
  width: 160px;
  height: 260px;
  float: left;
  overflow: hidden;
  text-align: center;
  }

 DIV.description {
  display: none;
  }

 DIV.switch {
  position: fixed;
  top: 60px;
  left: 89%;
  padding-right: 4px;
  text-align: left;
  }

 H2.pagename {
  margin-top: 5px;
  margin-bottom: 5px;
  }
    
 H3.itemlink {
  font-size: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  }

 .price {
  font-weight: bold;
  font-size: 80%;
  }

 .bid {
  font-size: 80%;
  font-weight: bold;
  }

 .pay {
  font-size: 80%;
  font-weight: bold;
  }

 .sold {
  color: red;
  background-color: #DEB877;
  font-weight: bold;
  }


