/*
 * Blue Static Site
 *
 * Copyright (c)2010 by Blue Static. All Rights Reserved.
 * This file may not be reproduced in any way without permission.
 */

.product {
  padding: 10px;
  margin: 0;
}

.product a {
  color: rgb(0,124,170) !important;
  border-color: rgb(0,124,170) !important;
}

.product h1 a {
  text-decoration: none;
}

.product h1 a:hover {
  text-decoration: underline;
}

.product p {
  padding: 0;
  margin: 0;
}
