BODY { 
  font-size: 14px;
  font-family: Comic Sans MS;
  color: #4D4D4D;
  margin: 0;
}

TABLE {
  font-size: 14px;
  font-family: Comic Sans MS;
  color: #4D4D4D;
  background-repeat:no-repeat;
}


IMG {
  border: none;
}

A {
  color: #4D4D4D;
}

A:hover { 
  text-decoration: underline 
}

.cartsum {
  border: solid;
  padding: 10px;
 /* background-color: #A5C7C6; */
  color: white;
}

.border {
  border: solid;
}

.whiteborder {
  border: solid white 2px;
}

.catimg {
 /* border: solid #4D4D4D 2px; */
}

select, object, textarea, input {
  border: double #CCCCCC 3px;
}

.mainimg {
  border: solid white 1px;
}

.cartbutton {
  color: #FFFFFF;
  font-weight: bold;
/* font-family: Arial, Helvetica, sans-serif; */
  padding: 10px;
  text-decoration: none;
}

.orange {
  background-color: #E2952B;
}

.blue {
  background-color: #8EB9B8;
}
