#termContainer{ 
  position: absolute; 
  background-image:url('termArrow.gif');
  background-repeat: no-repeat;
  z-index: 9999;
  color: #FFF;
  font-weight:bold;  
  width: 250px;  
  display:block;
}
#termContainer p{ 
  margin-left: 10px;
  background-color:#a1a370;
  padding: 10px;
}
/*
.termContainerRight{
  background-color:#a1a370;
  display: inline; 
  width: 235px;  
  margin-left: 2px;
  
  position: absolute;
  z-index: 9999;
}

.termExplainedRight{
  margin-left: 10px;  
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.termContainerLeft{
  display: inline; 
  width: 235px;  
  background-image:url('termArrowRight.gif');
  background-repeat: no-repeat;  
  position: absolute;
  margin-left: -240px;
  z-index: 9999;
}

.termExplainedLeft{
  margin-right: 10px;  
  background-color:#a1a370;
  padding: 10px;
  color: White;
  font-weight: bold; 
}
*/
a.term{
  color: rgb(107, 99, 100);
  border-bottom: 1px dotted rgb(107, 99, 100);
  text-decoration: none;
}

