body {
    min-width: 320px;
    width: 90%;
    margin: 0 auto;
    top: 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 12pt;
    color: MediumBlue;
}
h1 {
    font-size: 24pt;
    text-align: center;
}
h2 {
    font-size: 18pt;
    font-style: italic;
    text-align: center;
}
h3 {
    top: -10px;
    font-size: 12pt;
    text-align: center;
}
p {
    top: 15px;
    bottom: 10px;
    margin: 10px;
    border: 0px;
    padding: 0px;
}
table {
    margin: 10px auto;
}

td {
    background-color: transparent;
    font-size: 10pt;
}
td img {
    height: 100px;
    width: 100px;
}
ul {
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
}
.blurb {
	font-size: 12pt;
}
.description {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.eoPage {
	margin-bottom: 14%;
	font-size: 10pt;
    text-align: center;
}
.imgProduct {
    float: left;
    margin: 0 auto;
}
.imgText {
	margin: 10px auto;
    padding: 5px;
}
.itemLarge {
   margin: 3px;
}
.itemMed {
    width: 100%;
    margin: 3px;
}
.itemName {
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.itemNumber {
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.itemSmall {
    width: 100%;
    margin: 3px;
}
.price::before {
    content: "Price: $"
}
.price {
    font-size: 12pt;
}
.product {
    color: teal;
    float: left;
    width: 50%;
    font-size: 10pt;
}
.product1 {
    color: teal;
    height: 200px;
    float: left;
    width: 100%;
    font-size: 10pt;
}
.product2 {
    color: teal;
    height: 200px;
    float: left;
    width: 50%;
    font-size: 10pt;
}
.rule {
    width: 80%;
    margin: 0 auto;
}
.shiphand::before {
    content: "Shipping and Handling: ";
}
.shiphand {
    float: left;
}
.spacer {
    width: 80%;
    margin: 0 auto;
}
