#body {
  margin-left: 1%;
  font-family: Arial, Helvetica, sans-serif;
}

.notes {
  font-size: 8pt;
}

.helpbutton {
  position: relative;
  float: right;
  font-family: helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #007700;
  background-color: #FFFF00;
  border-width: thick;
  border-style: outset;
  padding: 5px;
  margin: 0;
  cursor: crosshair;
  width: 25px;
}

#helpbox {
  position: absolute;
  font-size: 8pt;
  border-style: ridge;
  visibility: hidden;
  color: #000000;
}

#helpboxword {
  font-weight: bold;
  float: left;
}

h1, h2, h3, h4, h5 {
  font-size: 18pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #CC6600;
}

h2 {
  font-size: 16pt;
  color: #FF0000;
}

#nav {
  width: 100%;
  height: 350px;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  -moz-user-select: none;
}

#nav a {
  color: #BBBBBB;
  padding: 0;
  margin: 20px 0 20px 0;
  font-weight: bold;
  text-decoration: none;
}
#nav div a {
  color: #FF0000;
  font-weight: normal;
}
#nav div a:visited {
  color: #FF0000;
}

.anchor {
  font: 100%/1.5 Georgia, serif;
  color: #FF0000;
  text-decoration: underline;
  margin: 3px;
}

#seriesContainer {
  position: relative;
  background-color: #000000;
  border-style: ridge;
  height: 420px;
  margin-top: 5px;
  padding: 10px;
  overflow: auto;
  overflow-x: hidden;
}

.seriesHeader {
  margin: 10px;
}

.oneSeries {
  margin: 10px 10px 10px 15px;
}

#itemname {
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #D3D3D3;
}

.itemtext {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 10pt;
  color: #808080;
  width: 90%;
}

.limittext {
  list-style-type: circle;
  list-style-position: outside;
  font-size: 10pt;
  color: #808080;
}

#ear1, #ear2, #ear3,
#finger1, #finger2, #finger3, #finger4, #finger5,
#wrist1, #wrist2, #wrist3, #wrist4,
#neck1, #neck2, #neck3, #neck4,
#ankle1, #ankle2, #ankle3,
#misc1, #misc2 {
  position: absolute;
  visibility: hidden;
  display: none;
}

#fingers, #wrists, #necks, #ankles {
  display: none;
  margin: 0 0 0 10px;
}
