/*
  products.css
*/
 
a.product_label_link {
  color: black;
  font-weight: bold;
  font-size: 18px;
}

a.product_label_link:link {
  color: black;
} 

a.product_label_link:active {
  color: black;
} 

a.product_label_link:visited {
  color: black;
} 

a.product_label_link:hover {
  text-decoration: underline;
}
