body {
  background-color: #ccc;
  cursor: default;
}

a {
  color: #000;
  cursor: pointer;
}

input {
  position: relative;
  font-size: 16px;
  margin: 2px;
  top: -2px;
}

td {
  font-size: 17px;
}

#content {
  position: relative;
  border: 1px solid #000;
  width: 900px;
  margin: 20px 5px;
  padding: 0px;
  text-align: left;
}

.topbtn {
  color: #000;
  text-decoration: none;
  margin-right: 20px;
  font-family: times serif;
  font-size: 25px;
  font-style: oblique;
  font-weight: normal;
  cursor: pointer;
}

.lnk {
  font-size: 18px;
  font-variant: small-caps;
  cursor: pointer;
  font-weight: bold;
}

.lnk2 {
  font-family: arial;
  font-size: 16px;
  text-decoration: none;
  font-style: oblique;
}

.txt {
  font-size: 20px;
  word-spacing: 2px;
  font-style: oblique;
}

.shadow_b {
  border: 1px solid #000;
}

.shadow_bs {
  border: 1px solid #000;
}

.ssz {
  width: 200px;
  float: left;
  text-align: right;
  margin-right: 4px;
}

hr {
  position: relative;
  width: 98%;
  border: solid #777;
  border-width: 0px 0px 1px 0px;
}

.cart {
  margin-top: 10px;
  border: 2px solid #000;
  font-family: arial;
  background-image: url("images/semi.png");
}

.cart_header {
  background-color: #ddd;
  font-weight: bold;
}

.cart td {
  padding: 3px;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  font-size: 16px;
}

.pricing {
  margin-top: 10px;
  border: 2px solid #000;
  font-family: arial;
  background-image: url("images/semi.png");
}

.pricing td {
  padding: 3px;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  font-size: 16px;
  text-align: center;
}
