body
{
  background-color: #A0B8D0;
}

a.help
{
  border-bottom: 1px dashed;
  text-decoration:none;
}

a.help:hover
{
  position: relative;
}

a.help span
{
  display: none;
}

a.help:hover span
{
  display: block;
  position: absolute;
  top: -20px;
  left: 0px;
  width: 200px;

  padding: 5px;
  margin: 0px;
  z-index: 100;
  background: #f0f0f0;
  border: 2px outset #c0c0c0;

  font-family: times;
  font-size: 15;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #880000;
}
