body.cat {
  background: white url(../../images/tanbg.jpg);
  font-family: Verdana, 'Trebuchet MS', Tahoma, Geneva, Arial, sans-serif;
  font-size: 18;
  width: 800px;
  color: black;
}

div.content {
  left: 10px;
  position: relative;
  text-align: justify;
  color: #222288;
}

h1 {
  text-align: center;
  font-size: 30pt;
  color: #2222cc;
}

a {
  text-decoration: none;
}

a:link {
  color: red;
}

a:visited {
  color: blue;
}

a:hover.ht {
  font-weight: bolder;
}

a:active {
  color: gray;
}


/* Styles for new price list pages */

table.ship {
  border-collapse: collapse;
  background-color: white;
}

table.pl {
  position: relative;
  left: 30px;
  width: 720px;
  border-style: solid;
  border-collapse: collapse;
  border-color: #999999;
  font-family: sans-serif;
}
th.pl {
  background: #e0ad7A;
  font-size: 12pt;
}
tr.odd {
  background-color: #e1FFcB;
}
tr.evn {
  background-color: #EEEEEE;
}
td.pic {
  width: 180px;
  font-size: 12pt;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
  vertical-align: top;
}
td.price {
  width: 60px;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
}
td.mt {
  border-style: none;
}
td {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-color: #999999;
  text-align: justify;
}


