UL {
  list-style-type: square;
}

.dictionary{
  cursor:pointer;
  text-decoration: underline;
}

.definition{
  font-size: 12px;
  color: #443a27;
}

.term{
  font-size: 16px;
  color: #a20b70;
  font-style: italic;
  font-weight: bold;
}

.header{
  font-size:23px;
  font-family: tahoma;
  color:#a20b70;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.subheader{
  font-size:14px;
  font-family: tahoma;
  color:#a20b70;
  font-weight: bold;
  letter-spacing: -0.01em;
}

a {
  font-family: tahoma;
  color:#0033cc;
}

a:hover {
  font-family: tahoma;
  color:#000066;
}

#dhtmltooltip{
  position: absolute;
  left: -300px;
  width: 150px;
  border: 1px #5a4a44;
  padding: 3px;
  color: #FFFFFF;
  visibility: hidden;
  z-index: 100;
}

#dhtmlpointer{
  position:absolute;
  left: -300px;
  z-index: 101;
  visibility: hidden;
}
