/* General Styles */

a:link, a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: red;
}

/* General Cart Style */
tr.cartheading {
color: white;
background-color: #336633;
}

.item {
color: black;
background-color: #D8EDDD;
}

/* End of: General Cart Style */

/* General Shipping and Billing Info Style */

.info {
border-style: solid;
border-width: 1;
border-color: black;
padding: 2;
}

.info tr {
background-color: #D8EDDD;
}

tr.infoheading {
text-align: center;
color: white;
background-color: #336633;
}

/* End of: General Shipping and Billing Info Style */