body {
  /* background-color: #f2e3f7; */
  background: #f2e3f7;
  background: -moz-linear-gradient(-90deg, #f2e3f7, #a66dbb) repeat scroll 0 0 transparent; 
  background: -webkit-linear-gradient(-90deg, #f2e3f7 0%, #a66dbb 100%) repeat scroll 0 0 transparent; 
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f2e3f7', endColorstr='#a66dbb', GradientType=0);
  margin: 0 auto;
  text-align: center;
}

div.main {
  width: 722px;
  background: #ffffff;
  border: solid;
  color: #000000;
  border-color: #7B2999;
  margin: 10px auto auto auto;
  padding: 1em;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
}

img {
  border: none;
}

img.index {
  border: solid 2px #7b2999;
  -moz-border-radius: 5%;
  display: inline;
  }

tr.banner {
  background: #ffffff;
}

td.banner {
  font-family: Lucida Calligraphy, cursive;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

tr.navigation {
  background: #ffcc33;
}

td.navigation {
  font-size: 12px;
  background: #7B2999;
  color: #ffffff;
  font-weight: bold;
}

a {
  text-decoration: none; 
  color: #7B2999;
  }

a:hover {
  text-decoration: underline; 
  }

a.navigation {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

a.navigation:hover {
  text-decoration: none; 
  }

a.text {
  color: #000000;
  }

p {
  margin: .5em auto;
  color: #000000;
  text-align: left;
}

p.catalog {
  text-align: center;
  margin: 1em;
  }

p.cc {
  text-align: center;
  }

p.footer {
  margin: 0;
  text-align: center;
  font-size: 8px;
}

p.index {
  text-align: center;
  margin-top: 3em;
  letter-spacing: 2em;
}

p.intro {
  font-size: 14px;
  text-align: left;
  margin-top: 4em;
}

p.small {
  font-size: 12px;
  line-height: 100%;
  margin-top: 1em;
  text-align: center;
  }

font.bold {
  font-weight: bold;
  }

font.checkbox {
  font-size: 12px;
  color: #7B2999;
  font-weight: bold;
  }

font.comments {
  font-style: italic;
  }

br.left {
  clear: left;
  }

br.both {
  clear: both;
  }

br.none {
  clear: none;
  }

hr.bottom {
  margin-top: 2em;
  border: none;
  text-align: center;
  color: #7B2999;
  background-color: #7B2999;
  height: 3px;
}

a.xmas {
  color: green;
  font-size: 12px;
  font-weight: normal;
  }


