DIV.menu {
    Z-INDEX: 1; LEFT: 1px; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; TOP: 1px; HEIGHT: 1px
}
DIV.wheel {
    Z-INDEX: 1; LEFT: 1px; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; TOP: 1px; HEIGHT: 1px
}
DIV.headerold {
    Z-INDEX: 1; LEFT: 20px; POSITION: absolute; TOP: 20px; TEXT-ALIGN: center
}
DIV.main {
    PADDING-RIGHT: 25px; PADDING-LEFT: 25px; Z-INDEX: 2; LEFT: 20px; POSITION: absolute; TOP: 80px; TEXT-ALIGN: left
}
DIV.maintest {
    MARGIN-TOP: 5px; Z-INDEX: 2; LEFT: 20px; MARGIN-LEFT: 5px; WIDTH: 7.5in; MARGIN-RIGHT: 5px; TEXT-ALIGN: justify
}
DIV.header {
    Z-INDEX: 1; LEFT: 10px; TOP: 20px; TEXT-ALIGN: center
}
DIV.indexmain {
    Z-INDEX: 2; LEFT: 20px; POSITION: absolute; TOP: 80px; TEXT-ALIGN: center
}
DIV.mainpicture {
    Z-INDEX: 2; MARGIN-RIGHT: 0px; POSITION: absolute; TEXT-ALIGN: center
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu a {
  display: block;
  width: 150px;
  height: 15px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  background-color: #11aaaa;
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 2px 0;
}

.menu2 a:link, .menu2 a:visited{
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
  color: black;
  BACKGROUND-IMAGE: url(images/bamboo.jpg);
}

.menu a:link, .menu a:visited{
  border-top: 1px groove;
  border-bottom: 2px groove;
  border-left: 1px groove;
  border-right: 2px groove;
  color: black;
  BACKGROUND-IMAGE: url(images/bamboo-a.jpg);
}

li.selected
{
  display: block;
  width: 150px;
  height: 15px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  border-top: 1px ridge;
  border-bottom: 2px ridge;
  border-left: 1px ridge;
  border-right: 2px ridge;
  color: navy;
  background-color: tan;
  BACKGROUND-IMAGE: url(images/bamboo.jpg);
}

.menu a:hover {
  display: block;
  width: 150px;
  height: 15px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  border-top: 1px ridge;
  border-bottom: 2px ridge;
  border-left: 1px ridge;
  border-right: 2px ridge;
  color: black;
  BACKGROUND-IMAGE: url(images/bamboo.jpg);
}
P.question {
    FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; COLOR: black; FONT-FAMILY: "Arial", "San Serif"
  margin-bottom: 0px
}
P.answer {
    MARGIN-TOP: -15px; FONT-WEIGHT: normal; FONT-SIZE: 14px; MARGIN-LEFT: 15px; COLOR: black; MARGIN-RIGHT: 15px; PADDING-TOP: 0px; FONT-FAMILY: "Arial", "San Serif"
}
.booktitle {
    FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: black; FONT-STYLE: italic; FONT-FAMILY: "Times New Roman", "Helvetica", "Serif"; TEXT-DECORATION: none
}
BLOCKQUOTE {
    FONT-WEIGHT: normal; FONT-SIZE: 12px; MARGIN-BOTTOM: 30px; COLOR: black; FONT-FAMILY: "Courier 10", "Courier", "Monospace", "Sans Serif"; TEXT-DECORATION: none
}
A.noprint {
    VISIBILITY: hidden; WIDTH: 0px; HEIGHT: 0px
}