H1, H2, H3 { color: #BB7AF8; font-size: x-large; }
H4 { color: #BB7AF8; font-size: normal; }
a:link { text-decoration: underline; color: blue; }
a:visited { text-decoration: underline; color: blue; }
a:hover { text-decoration: underline; color: red; }
a:active { text-decoration: underline; color: red; }
.footnote { color: black; font-size: x-small; }
.NB { font-weight: bold; }

P:first-letter {
}

body {
  color: #404040;
  background-color: white;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  margin: 0px;
  padding: 0px;
}

.shop { color:  #6A2AA8; }

.smallimage {
  padding: 10px;
  background: #BB7AF8;
}

.smallimage a, .smallimage a:visited { border: 1px solid #6A2AA8; }
.smallimage a:hover { border: 1px solid #fbcaff; }

.gallery a, .gallery:visited { border: 1px solid #999999; }
.gallery a:hover { border: 1px solid #ff0000; }

#prodmenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#prodmenu li {
  margin-bottom: 2px;
}

#prodmenu a {
  text-decoration: none;
  background: #f794ce;
  color: #e50187;
  display: block;
  width: 210px;
  border-left: 5px solid #e50187;
  padding-left: 10px;
}

#prodmenu a:hover {
  background: #e50187;
  color: white;
  border-left: 5px solid #f794ce;
}

#prodmenudiv {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}

#prodmain {
  float: right;
  margin-right: 20px;
}