body {
    background: #6D7B8D url(http://custom.buyitsellit.com/16556/bg.gif) center top repeat-y;  
}

}
a:link, a:visited {
    color: #ffffff;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6D7B8D;
    text-decoration: underline;
}

/* Buttons */
.button {
  background: #000000;
  color: #FFF !important;
}
.button:hover {
  background: #6D7B8D;
}

/* Top */
#top h1 {
  color: #000000;
}

#search input {
  background: #CCCC99;
  color: #000000;
}
#search label input {
  background: #FFF;
  color: #000000;
  border: 1px solid #999;
}

/* Bar */
#bar {
  background: transparent url(http://d2ah7fc8nhyh86.cloudfront.net/16556/bar.gif) 0 0 no-repeat;
  color: #000000;
}
  #bar a:link, #bar a:visited {
      color: #000000;
      text-decoration: none;
  }
  #bar a:hover, #bar a:active {
      text-decoration: underline;
  }
  
  #cart {
    color: #000000;
    background: transparent url(http://stores.mybisi.com/templates/01/_images/green/cart-icon.gif) 0 25px no-repeat;
  }
  
  #cart-total strong {
    color: #000000;
  }

/* Content */
#content h2, #side h2 {
  color: #000000;
}
  #content h3 {
    color: #000000;
  }
  
  #products td p, p.price {
    color: #000;
  }

/* Side */
#side li a:link, #side li a:visited {
    color: #000000;
    text-decoration: none;




}
#side li a:hover, #side li a:active {
    color: #6D7B8D;
}

/* Footer */
#footer p, #footer a {
  color: #000000;
}




















