body {
  margin: 0px;
  background-image: url("../images/bkg2.gif");
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: rgb(33,33,33);
  font-size: 8pt;
}

td {
  font-size: 8pt;
  letter-spacing: 1px;
}

p {
  font-size: 8pt;
  letter-spacing: 1px;
  text-align: justify;
  margin: 0px 0px 8px 0px;
}

h1 {
  display: block;
  position: absolute;
  top: 8px;
  right: 2%;
  width: 96%;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 2px;
  margin: 0px;
}

h2 {
  position: absolute;
  top: 13px;
  right: 2%;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  letter-spacing: 1px;
  margin: 0px;
}

h2 a:hover {color: rgb(33,33,33); text-decoration: none;}

h3 {
  width: 100%;
  border-bottom: 1px solid rgb(120,120,120);
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 60px 0px 16px 0px;
}

h4 {
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px 0px 5px 1px;
}

ul {
  margin: 10px 0px 15px 30px;
}

li {
  text-align: justify;
  margin: 0px 20px 3px -5px;
  padding: 0px 0px 0px 0px;
}

form {margin: 0px;}

input {font-size: 10px;}

#menu {
  display: block;
  position: absolute;
  top: 25px;
  right: 2%;
  width: 96%;
  text-align: left;
  border-top: 1px solid rgb(75,75,55);
  margin: 2px 0px 5px 0px;
  padding: 2px 0px 0px 0px;
  z-index: 10;
}

#bdy {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 85%;
  padding-bottom: 70px;
}

.price {
  font-size: 11pt;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 0px 10px 1px 0px;
}

.pic {
  padding: 10px 40px 0px 0px;
}

.pic img {
  margin-bottom: 20px;
}

a {text-decoration: none;}
a:link {color: rgb(0,0,0);}
a:visited {color: rgb(0,0,0);}
a:hover {color: rgb(0,0,255); text-decoration: underline;}

img {border: 0px;}

.just {text-align: justify;}


