/* INCREASE FONT SIZE ACROSS SITE */
body {
   font-size: 1em;
   color: #333333;
}

/* BUY BUTTON, turn  tag into    */
a.buy_button {
    background-color: #99cc33;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    text-shadow: 1px 1px #999999;
    border: 1px solid #999999;
}

/* ADD BORDER around image */
img.img_border {
   border: 1px solid #666666;
}

