h2 {
    margin-bottom: -10px;
    color: teal;
 }
.blurb {
    text-align: left;
    color: brown;
 }
.imgProduct {
    height: 90%;
    width: 60%;
    margin: 20px auto;
}
.imgText {
    width: 90%;
    margin: 5px auto;
    padding: 5px;
}
.item {
    font-weight: bold;
    color: teal;
    margin-top: 5px;
    padding-top: 10px;
}
.price {
    color: purple;
}
.product {
    background-color: teal;
    color: MediumBlue;
    display: inline-block;
	width: 100%;
    font-size: 12pt;
}
.rule {
      float: center;
}
.shiphand::before {
    color: purple;
}
.shiphand {
    color: purple;
}
.tblItem {
    height: 80%;
    width: 85%;
    margin: 10px;
}