/*
  index.css
*/
 
#location_links .store {
  background-color: #c00;
  color: white;
  font-weight: bold;
  border: 2px solid black;
}
 
#location_links .bargain_outlet {
  background-color: #f8f000;
  color: #900;
  font-weight: bold;
  border: 2px solid black;
}

#location_links .store-link-box {
  text-decoration: none;
  color: white;
  background-color: #c00;
  border: 2px solid black;
  padding: 2px;
  font-weight: bold;
}

#location_links .td_store {
  border: 2px solid black;
  text-align: center;
  background-color: #c00;
}
#location_links .a_store {
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 1px;
}

#location_links .td_bargain_outlet {
  border: 2px solid black;
  text-align: center;
  background-color: #f8f000;
}
#location_links .a_bargain_outlet {
  text-decoration: none;
  color: #900;
  font-weight: bold;
  padding: 1px;
}
