
body {
  background-color: #fef8e7;	
}

* { 
  color: #3c2f27;
  font-size: 11pt;
  font-family: Caslon, Times New Roman, Times, serif;
}

h1 { 
  color: #3c2f27;
  font-size: 150%;
  font-weight: normal;
}

p.category {
  font-variant: small-caps;
  margin-left: 20pt;
  margin-top: 10pt;
  margin-bottom: 3pt;
}

ul.category {
  padding-left: 28pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
  list-style-type: none;
}

li {
  margin-top: 3pt;
}

#bg {
  background-image: url(/images/bookware/cupx.png); 
  background-position: center; 
  background-repeat: no-repeat;
}

span.menu {
  outline-width: thin;
  outline-color: #3c2f27;
  outline-style: solid;
}

span.sc {
  font-variant: small-caps;
}

div.text {
  width: 20em;
}

a:hover {
  background: #3c2f27;
  color: #ffffff;
  text-decoration: none;
}

