body {
  background-color : #ecda76;
/*   background-image : url(pear-bg.jpg); */
}

#lapis {
  background-color : #000000;
  color : #FFFFFF;
  margin-left : 20%;
  margin-right : 20%;
}

#lapis a {
  color : #FFFFFF;
}

#lapis a:visited {
  color : #C0C0C0;
}

#lapis a:hover {
  color : #FFFFFF;
}

#presTOC {
  position : fixed;
  top : 20px;
  left : 0px;
  width : 18%;
  font-size : 12pt;
  font-family : ariel;
}

#presTOC strong {
  font-size : 10pt;
}

#presTOC a {
  text-decoration : none;
}

#presTOC a:hover {
  border-bottom: 1px dashed;
}

#q-box {
  position : relative;
  left : 32%;
  background : #E6E9DC;
  border : 1px solid #444;
  padding : 10px;
  margin-top : 15%;
  width : 35%;
}

#question {
  font-size : 12pt;
  font-family : serif;
}

#question p {
  margin-left : 1em;
}

.center {
  text-align : center;
}


#choices {
  list-style-type : upper-alpha;
  padding-left : 0px;
  margin-left : 75px;
  font-size : 10pt;
  font-family : sans-serif;
}

#header {
  position : fixed !important;
  position : absolute;
  float : left;
  top : 0px;
  left : 0px;
  background-color : #ecda76;
  border : 1px solid #444;
  padding : 2px;
  font-size : 7pt;
  font-family : Verdana;
  font-weight : bold;
}

#nav {
  list-style-type : none;
  padding : 0px 0px 0px 5px;
  margin : 0px;
}

#nav li {
  display : inline;
  padding : 0px 5px 0px 0px;
}

#nav a {
  color : #003471;
  text-decoration : none;
  padding : 2px;
}

#nav a:visited {
  color : #003471;
}

#nav a:hover {
  color : #003471;
  background : #f0ffc0;
  text-decoration : none;
  padding : 2px;
}

#music {
  margin-left : 30%;
  margin-right : 30%;
  margin-top : 20px;
}

#highdensity {
  margin-left : 25%;
  margin-right : 25%;
  color : #DDD;
}

#hd_head, #hd_content {
  margin : 0px;
}

#hd_head {
  background-color : #002e66;
  padding : 5px;
}

#hd_content {
  background-color : #000033;
  padding : 20px;
}

#hd_content a {
  color : #FFFFFF;
}